have you created ButtonGroup object.
try the following.
insert the following line of code in your existing code
javax.swing.ButtonGroup buttonGroup = new javax.swing.ButtonGroup()
after that select any radiobutton's property, there u can select buttonGroup from the combo box, as u have created in the above line.
please give feedback whether it has worked or not
Tapan Maru
Sun Certified Java Programmer