I have created a JTable with 4 columns, the last two columns are JCheckBoxes. I would like to disable the checkbox in column three after I clicked the checkbox on column two and vice versa. This is what I’ve done so far but both column 2 and 3 are editable. Please help. Thank you. Answer but both column 2 and
Tag: jcheckbox
determine identification of a JCheckBox in itemListener
I have 4 check boxes, and the user can select or deselect them for their required settings, however, the program requires at least 1 check box to be checked in order to generate the required information for the user. If the user unchecks the last remaining checked box, I want the program to recheck it for them, but in order