1. how to display time in text field in running mode? coderanch.com |
2. Problem-Focus on two JTextField at a time coderanch.com |
3. Can i add multiple text fields at a time coderanch.com |
4. Make multiple JTextFields focus at the same time. java-forums.orgHey 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 ... |
5. input masking 24hour time format (hh:nn) to jTextField java-forums.org |
6. Verifying data and remembering it in JTextfield at the same time java-forums.orgHi! 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 ... |