What is a Choice? An AWT component, antecedant to the JComboBox.
Does anybody know of a tutorial I can refer to for adding ArrayLists to a Choice? Your best bet is to check the api. It has an
add method that takes a
String argument. Without generics, you might populate your Choice like this: