Link to home
Start Free TrialLog in
Avatar of xzhang4
xzhang4

asked on

catch child compent's key events from container?

Hi,
   I have a JPanel which contain some image JLabels.
How can I add a key listener to JPanel that catch
key events even JLabels
is in focus.

Thanks.
Sean
Avatar of Jim Cakalic
Jim Cakalic
Flag of United States of America image

According to the javadoc, JLabel cannot get the keyboard focus. Do you have some sample code that doesn't work as you had expected?

Jim
Avatar of xzhang4
xzhang4

ASKER

OK.  I am wrong.   How about JPanel contain some JButtons.
Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial