Hi,

I've got a JComboBox on which i've set a listener.
The problem is that Java enter into the listener code whatever action is done on the combobox (state changed).
I would like Java enter into this code only when the active value of the combo box is changed (and not
during the selection, when the list is open).

Thanks a lot.

Sylvain