I have a DefaultTableModel that is populated with an Object [] [] array.
Now I want to add a column with checkbox and follow the appropriate steps.
When I add a flag to the Object [] [] array and look at it, I get the text displayed
'javax.swing.JCheckBox [, 0,0,0xx ....', how can I show it, to show the flag and add actions to it?
Vivek source
share