static S getText(final JTextComponent c) { ret c == null ? "" : (S) swingAndWait(func { c.getText() }); }