I have created a JFrame which is taking some inputs from the user. This form contains some JTextFields. I want to point the cursor to the 1st text field in the frame. how do i do it?
Currently, user needs to select the field first and then enter the data.
