static JComponent withLabel(String label, JComponent component) { ret westAndCenter(jlabel(label + " "), component); } static JComponent withLabel(JComponent label, JComponent component) { ret westAndCenterWithMargin(label, component); }