JRadiobutton rendered in JTable

From: Raghu S via JavaKB.com (forum_at_JavaKB.com)
Date: 01/31/05


Date: Mon, 31 Jan 2005 06:07:16 GMT

I created JTable with JRadioButton in 4 columns of table.I have Implemented Renderer and Editor. My Requirment is something like this

Only one radioButton can be selected in each row. Which works if i put it in Group.
if i selected RadioButton at (0,1) then if i select RadioButton at
(1,1) then the previous row(0,1) is not selected. Can any one suggest me what to do?

-- 
Message posted via http://www.javakb.com