static void moveCaretToEnd(JTextArea ta) { setCaretPosition(ta, textAreaTextLength(ta)); }