How do I clear the selection in a ButtonGroup such that no elements of the associated set of abstract buttons are selected?
Created Jul 8, 2007
John Zukowski Early versions required a hack with a hidden button. In Java 6, you can use the new clearSelection() method.