I need to remove all items from the combo box
int itemCount = combo.getItemCount(); for(int i=0;i
How about JComboBox.removeAllItems()?