Hi. In my app's forms I need to allow the user quick passage between fields by pressing TAB. It works fine with all nodes except TextArea, in which pressing TAB only adds tab spaces inside the text box. How can I make it so TAB moves to the next node?
I searched around in Java forums and there are some complex solutions that involve defining events and stuff. I was wondering if there was an easier way.
Thanks a lot in advance.
I searched around in Java forums and there are some complex solutions that involve defining events and stuff. I was wondering if there was an easier way.
Thanks a lot in advance.