static JComponent withLabelLeftAndRight(S label1, JComponent component, S label2) { ret withLabel(label1, withLabelToTheRight(component, label2)); }