When displaying a group of JRadioButtons, initially none of them is selected (unless you programmatically enforce that). I would like to be able to put buttons back into tha
You can use setselected(false) method to unselect the previous selected button.
setselected(false)