static Pair textAndCaretPosition(JTextComponent tc) { ret swing(func -> Pair { pair(getText(tc), getCaretPosition(tc)) }); }