Time « JTextField « Java Swing Q&A





4. Make multiple JTextFields focus at the same time.    java-forums.org

Hey guys, This is my first time working with Swing and i'm using the gui builder in Netbeans 6.7. Basically i'm having a user enter a number on a JOptionPane and then I have a gui that appears and has 6 JTextFields. I'm querying a database to pull information to populate these 6 JTextFields. My problem is that I can only ...

6. Verifying data and remembering it in JTextfield at the same time    java-forums.org

Hi! I have a problem with remembering data from textfield. I'm working with textfields with numbers and would like to verify that user typed in correct type of data and at the same time i'd like to remember the input. I only managed to solve a verifying part of a problem (is input a number?). How could I get the variable ...