static A setTextCaret0(S text, A c) { setText(c, text); moveCaretToStart(c); ret c; }