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