down key « Event « Java Swing Q&A





1. How to check for key being held down on startup in Java    stackoverflow.com

I'm trying to write a resolution selection dialog that pops up when a program first starts up. To prevent boring the user, I want to implement the fairly standard feature that ...

2. question about down arrow key in swing    coderanch.com

Hi, I am working on some old swing code. I have a swing form composed of combo boxes (actually components that mimic JComboBox behavior) and text fields. Say, I have a textfield on the top, and two combo boxes at the bottom. If user clicks textfield first, and press down arrow key, it goes down to the editable text field of ...

3. Testing if key is down    coderanch.com