Hi - I have 4 JTextArea in a frame. I an try to add a listener so if text area 2 loses focus, the input would be check and if it meets a certain condition the focus would go to text area 4.
Do I need a key listener or an event listener? Also how do I create the handler? Does it need to be a class? Any help would be appreciated. Thanks - Ronnie
Do I need a key listener or an event listener? Also how do I create the handler? Does it need to be a class? Any help would be appreciated. Thanks - Ronnie