JRadiobutton rendered in JTable
From: Raghu S via JavaKB.com (forum_at_JavaKB.com)
Date: 01/31/05
- Next message: elmar.schraml_at_gmail.com: "Re: gridbagconstraints problem"
- Previous message: David Marrs: "an uncomplicated java IDE"
- Next in thread: Andrew Thompson: "Re: JRadiobutton rendered in JTable"
- Reply: Andrew Thompson: "Re: JRadiobutton rendered in JTable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: elmar.schraml_at_gmail.com: "Re: gridbagconstraints problem"
- Previous message: David Marrs: "an uncomplicated java IDE"
- Next in thread: Andrew Thompson: "Re: JRadiobutton rendered in JTable"
- Reply: Andrew Thompson: "Re: JRadiobutton rendered in JTable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]