I am wondering if there are samples out there that will say if radio button 1 is selected "grey out" or don't allow selection to 2,3,4 and so on...
Printable View
I am wondering if there are samples out there that will say if radio button 1 is selected "grey out" or don't allow selection to 2,3,4 and so on...
Add an ItemListener to the button. When its selected disable the other buttons.
Read the section from the Swing tutorial on "How to Write an Item Listener" for more information.