Hi
Is there any way to deselect all CheckBoxes belonging to the same ButtonGroup?
Quote from
javax.swing.ButtonGroup
"Initially, all buttons in the group are unselected. Once any button is selected, one button is always selected in the group. There is no way to turn a button programmatically to "off", in order to clear the button group. To give the appearance of "none selected", add an invisible radio button to the group and then programmatically select that button to turn off all the displayed radio buttons. For example, a normal button with the label "none" could be wired to select the invisible radio button."
...so....it may be possible by using an "invisible" check box?.... I just do not see how....
Any ideas?
Best Regards,
Alex