svoid setCaretPosition(final JTextComponent c, final int pos) { swing { pcall { c.setCaretPosition(pos) } } }