static int getCaretPosition(final JTextComponent c) { ret c == null ? 0 : swing(func -> int { c.getCaretPosition() }); }