Focusable/cursor issue
Hi all,
I currently have a gui, a client chat programe, with two JTextAreas and one send button.
The uppermost, and first, JtextArea displays incoming messages, and the lowermost JTextArea is used to write messages to be sent.
When the gui starts I would like the flashing cursor to be in the bottom JTextArea, ready to write messages to be sent. However it is currently in the uppermost JTextArea, where it should not be.
How do i get it to automatically apear in the bottom JtextArea?
Any help would be greatly appreciated,
Dwarfer

