Self Check
- What is the advantage of a JComboBox over a set of radio buttons? What is the
disadvantage?
- Why do all user interface components in the ChoiceFrame class share the same
listener?
- Why was the combo box placed inside a panel? What would have happened if it
had been added directly to the control panel?