Click here to Skip to main content
15,885,953 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have added JLabel on my JFrame object. I want to implement a key listener on JLabel. Can I implement it? If yes, how can I do that?
Posted

1 solution

http://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html[^]

Please bookmark that, there is much more help around there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900