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