How do I populate a JComboBox from a text file?
JComboBox
Here's an example that reads a properties file to get keys (for the combo) and values (for a text area). See enum Rule in the source.
enum Rule