1. Acheiving Focus using EnterKey coderanch.com |
2. Listening for enterkey with any component in focus coderanch.comI need my program to listen for an enter keypress at a certain point, but I want it to listen for it regardless of what component is in focus. I know how to do this for a certain component, like component.addKeyListener(this), but that only captures the keypress when that component is in focus. I need the program to capture it regardless ... |