static void moveCaretToStart(JTextComponent ta) { setCaretPosition(ta, 0); }