I want to populate a JComboBox dynamically. Meaning, when a user clicks on the drop down arrow, a listener fires and calls a method which returns the data for the Combo Box. What listener will do this? The action listener seems to only listen to when Combo Box selection changes. Thanks,
Cabaal
Cabaal