I need to remove all items from the combo box
int itemCount = combo.getItemCount(); for(int i=0;i
removeAllItems() it does remove all things but after the add data to the combo box it will not show there ,the nullPointException will shows