Changing the Contents of the JComboBox
I would like to change the contents of the list of a JComboBox (like adding another list in place of and older one). Is there any way I might be able to do that?
Thanks in advance!