Focusable JPanel how?  
Author Message
druphel





PostPosted: 2004-11-10 15:49:00 Top

java-programmer, Focusable JPanel how? Hi,

How to make JPanel gain focus and make responsible on key events?


 
tor.iver.wilhelmsen





PostPosted: 2004-11-11 2:46:00 Top

java-programmer >> Focusable JPanel how? "druphel" <email***@***.com> writes:

> How to make JPanel gain focus and make responsible on key events?

Try requestFocus() - remember to call it after the component is
visible.