static void setChecked(JCheckBox checkBox, bool b) { checkBox.setSelected(b); }