I have this applet and within that applet it's within a Borderlayout. Anyway, I'm using KeyEvents on the applet and I make sure the focus stays on THAT by using
this.setFocusable( true );
ok, so i can move around using keyevents. However, if the user ACCIDENTLY clicks on the textarea... there is no more way to go back to the screen and move around the applet using keyevents. what do i do?