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