svoid setCaretPosition(final JTextComponent c, final int pos) { if (c != null) swing { pcall { int _pos = max(0, min(l(c.getText()), pos)); c.setCaretPosition(_pos); } } }