The Choice Class
An AWT Choice object is sometimes called a drop-down list
In a GUI, a Choice is logically equivalent to a CheckboxGroup, but the latter usually requires more space in the applet window
A Choice item may be selected programatically with the select(…) method of the Choice class