I am working on a huge jdk 1.1.8-Applet.
I need a keyListener, that listen on ALL possible keyEvent happening in the
Applet. (How can/Can) I do that??
I've tried to add a keyListener to the Applet of course, but as soon as a component gets focus, the keyEvents are not sent to the listener, why?
Doesn't the component forward the keyEvent to the Container??
Andreas Reuss