How to add JCheckBoxes with different text in JTable urgent...

HII have a JTable and where in each cell i should add one JCheckBox is it possible to add JCheckBox to a JTable without taking an renderer.any suggestions please......
[188 byte] By [k_ramanadham2] at [2007-9-26 1:14:52]
# 1
You have to have a renderer. You will need either a separate renderer for each row or a switch-type statement in your renderer to return a checkbox with a different label for each row
alsues at 2007-6-29 0:32:43 > top of Java-index,Archived Forums,Swing...