hello, How can I set the cursor at the desired TextField? By defualt it sets in the first TextField. I want to set in to the secon TextField?What is the method using in Java? like any setFocuse()? pls reply..
Please look at requestFocus and requestFocusInWindow methods of the JComponent from the Java API docs : Focus Request Methods . It is generally advised to use the later and avoid the requestFocus method whenever possible. Amit Ray.
Because there seems to have a bug in the requestFocus system http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4449624