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