static JCheckBox centerCheckBox(JCheckBox cb) { cb.setHorizontalAlignment(SwingConstants.CENTER); ret cb; }