static JComponent withLabelToTheRight(JComponent component, S label) { ret centerAndEast(component, jlabel(" " + label)); } static JComponent withLabelToTheRight(S label, JComponent component) { ret withLabelToTheRight(component, label); }