Applet Focus (original) (raw)

I've got a a Java Applet embedded in a webpage, but I want to set the focus to the applet so the user doesn't have to click in the applet window before using the keyboard to manipulate it.

I've tried appletname.focus() and variations thereof, but it doesn't seem to set focus unless I click inside the applet window.

Any ideas?

I'm following this tutorial on the netbeans website for a simpleEE7App. I followed the instructions precisely but got an exception need help. :/…

anyone here?

It seems that you can override a concrete method and make it abstract. I actually came across some code that did this, so I had to check how it…