voidremoveAllItems()           
//Removes all items from the item list. 
voidremoveItem(Object anObject)           
//Removes an item from the item list. 
voidremoveItemAt(int anIndex)           
//Removes the item at anIndex This method works only if the JComboBox uses the default data model