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