Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JRadioButton setSelected problem

843807Jan 4 2010 — edited Jan 4 2010
Hi,

I am trying to change the status of my JRadio buttons to false, but they do not get updated. One of them still remains selected.
Any ideas?
 radioButton1.setSelected(false); 
 radioButton2.setSelected(false); 
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 1 2010
Added on Jan 4 2010
3 comments
408 views