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