Monday, January 30, 2006

Java Button Groups

I discovered an interesting fact about ButtongGroups in Java. If one groups a set of radio buttons using a ButtonGroup, there is no way programatically to clear all the radio buttons in the group! The workaround is to add an "invisible" radio button and select it programatically to create the desired effect.

Tuesday, January 10, 2006