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?
Asked
Active
Viewed 681 times
1 Answers
2
-
Thanks for the answer. I now use a flag (this idea occurs to me after writing the question =) ). I see no other way for the problem. – Thargor Jan 02 '12 at 11:37