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