Changing the Contents of the JComboBox
19:53 28 Dec 2008

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!

java swing jcombobox