I need to remove all items from the combo box
int itemCount = combo.getItemCount(); for(int i=0;i
use .removeAllItems() methods to remove all items from combo box.