static JLabel jcenteredBoldLabel(S text) { JLabel l = jboldLabel(text); l.setHorizontalAlignment(JLabel.CENTER); ret l; }