static JComponent jVerticalCenter(Component c) { ret c == null ?: customLayoutPanel(new VerticalCenterLayout, c); }