i have a jtable with a checkbox in the header and other checkbox in the cell of the column.
like you can see on the picture, there are a problem
boolean is used for the first colum for the DefaultTableModel
right now, i have a tableRenderer for my first column
what option should i use to make header to get deselected if a check box is deselected?
thanks