Is there anyway I can set the caret position in my JTextArea where the caret position has not been before? I would like to add text to my JTextArea using KeyListener on the KeyEvent.VK_ENTER, and then set the caret position one line underneath where I add the text to the JTextArea.
Cheers,
Taylor