I have two text fields, and text_field2 text_fiel1. when the program is run directly to the text cursor automatically text_field1. I want to ask how can I make the text cursor when the program is run automatically in text_field2 not in text_cursor1???
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
requestFocus() method of JTextfield will do. look at this http://www.java2s.com/Code/JavaAPI/javax.swing/JTextFieldrequestFocus.htm |
|||||||||||
|