Can anyone recommend an Event Listener or some code, that would, when clicking on an item in one jcombobox, populate a different jcombobox.
The event listener/code would have to be in a separate class to the class containing the jcomboboxes, because I have jbuttons that are extending actionlisteners within that class.
Thank you.