Don't call the ItemListener at adding a Item to a JavaComboBox
I have a JavaComboBox and a ItemListner on this ComboBox.
These ItemListener is called every time i add a Item to the ComboBox with addItem().
Is there a way to dont call thise ItemListner by adding a Item?