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