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
Try adding a third invisible button to the button group. When you want to "deselect", select the invisible one.