posted 22 years ago
I have Form which consists of JPanels(I call it Formlet). Each Formlet has a TextArea (Non-editable) and a JTextField/JFormattedTextField.
I would like to have the ability to tab off from one formlet text field to another using the tab key.
How to achieve this?
Thanks in advance
Sri