Holas people, I have a table in netbeans where one of the columns has a boolean value, that is to say it turns it into a checkbox, my theme is that I want the checkboxes to be marked by default ... and I can not find as
Holas people, I have a table in netbeans where one of the columns has a boolean value, that is to say it turns it into a checkbox, my theme is that I want the checkboxes to be marked by default ... and I can not find as
If you are using swing, use the setSelected()
myCheckBox.setSelected(true);