static JCheckBox centerCheckBox(JCheckBox cb) { cb.setHorizontalTextPosition(SwingConstants.LEFT); ret cb; }