Radio Buttons
ØA set of radio buttons represents a set of mutually exclusive options
Ø
ØWhen a radio button from a group is selected, the other button currently on in the group is toggled off
Ø
ØA radio button generates an action event
Ø
ØSee QuoteOptions.java (page xxx)
ØSee QuotePanel.java (page xxx)