Does anyone know how I could make my applet gain focus automatically when it has loaded.
The current version of my project requires the user to click on the applet once, before the keys that control the game gets through…
I really hope that this is a problem that can be solved…
I’ve tried the requestFocus() method and the javascript approach but they don’t do the trick!
/Markus

