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