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