static int preferredWidth(Component c) { ret c == null ? 0 : getPreferredSize(c).width; }