Hey
I have a game with a jframe as main. That jframe contains a jdesktoppane which itself contains some jinternalframes.
I have added several listeren to the jdesktop pane (keyboard, mouse, mousemotion, mousewheel) but hte keyboardlistener doesnt react
However when i add i to the jframe it reacts. All the mouselisteners do react when i add them to the jdesktoppane. This would not be a problem
if the keyboardlistenener kept on reacting. How ever when i click a button on an jinternalframe my keys stop reacting as well. As for the
mouselisteners there is never a problem. How can i still add the keylistener to the jdesktoppane and keep it reacting?
thx