static JLabel centerLabel(JLabel l) { if (l != null) l.setHorizontalAlignment(SwingConstants.CENTER); ret l; }