static Dimension jGetSize(final Component c) { ret c == null ? null : swing(func -> Dimension { c.getSize() }); }