C
Chris Share
Hi,
I'm developing an application that consists of three windows
(JFrames). Only one of the JFrames handles keyboard input.
At present, if I move one of the other JFrames to the front the
keyboard control stops. I assume that the front JFrame is getting the
keyboard focus.
I'd like to be able to move one of the other JFrames to the front but
still send the key commands to the back window.
How can I do this?
I've tried using frame.setFocusable(false); however this doesn't seem
to make any difference.
Cheers,
Chris
I'm developing an application that consists of three windows
(JFrames). Only one of the JFrames handles keyboard input.
At present, if I move one of the other JFrames to the front the
keyboard control stops. I assume that the front JFrame is getting the
keyboard focus.
I'd like to be able to move one of the other JFrames to the front but
still send the key commands to the back window.
How can I do this?
I've tried using frame.setFocusable(false); however this doesn't seem
to make any difference.
Cheers,
Chris