Hi again.
I got a problem with the action/itemlistener of a JCombobox.
Is there a way to tell the difference if the model was updated via addElement or an item was selected?
The ActionCommand of both is the same.
Problem is, i update the comboboxmodel via a swingworker so no way to know when it is updating.
Any ideas?