HELP!!!! I have a series of JTextFields, and the default tab index goes from left to right, is there anyway of setting the tab index for each JTextField.
I have tried:
textfieldx.TabIndex = 1;
textfieldx.setTabIndex(1);
does anyone know what the correct command is and also will it need a special import.
Thanks
I have tried:
textfieldx.TabIndex = 1;
textfieldx.setTabIndex(1);
does anyone know what the correct command is and also will it need a special import.
Thanks