Handling Choice Events
Like checkboxes and radio buttons, Choice objects generate ItemEvents
These are handled in the usual way:
- some class implements the ItemListener interface (and, hence, the itemStateChanged(…) method)
- an instance of this class is added to the list of listeners using addItemListener(…)