Hello
I have 5 jtextfield in my jframe with 5 jbitton. I just want to move the cursor from jtextfield1 to jtextfiled2 and then to jtextfield3 and so on when I press tab key.
This can be done in C# very easily by setting the tab sequence while designing the form. But I didn't found any relevant answer for this in java. I am using Netbeans 7.1 and JDK 7.
Please some one guide me how can it be possible in Java.
Regards to all