I have a Jcheckbox on a Jtable which is a DefaultTableModel. By default i see true. when I click on the checkbox I see true or false. I just wanted only the check box to appear and I wanted to remove the true or false? How can i do that ? I also need to center the checkbox. Please help
Paul Stevens
Ranch Hand
Joined: May 17, 2001
Posts: 2823
posted
0
Are you using boolean or Boolean? Boolean is what you need to use. The check box will happen autimatically after that.