How do I request focus for my applet after a page load, which is inside a html page. The applet should be the first item which receives the focus after a page reload.
I tried requestFocus() on my components inside my applet (even with a timer delayed), but I always have to click on the applet with my mouse to gain focus and be able to start typing in a TextInput. What I am doing wrong? Thank you for your help! Greetings Felix
