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