Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
ButtonGroup.setSelected(ButtonModel, boolean) as it is currently defined does not need the boolean, as if the boolean is false, it does nothing. I assume that if the boolean is false, it should set the button to false, but it does not as currently defined. Without this there is no way to set the ButtonGroup back to its initial unselected state.
|