static JComponent withBoldLabelToTheRight(JComponent component, S label) { ret centerAndEast(component, jBoldLabel(" " + label)); } static JComponent withBoldLabelToTheRight(S label, JComponent component) { ret withBoldLabelToTheRight(component, label); }