I\'m having this problem. I have multiple JComboBoxes (5 total).
To each comboBox I add an ActionListener, but the same ActionListener for all of them, called:
Did you try using an ItemListener instead ?
The doc says an ActionEvent is fired every time the combo box is edited.
Regards, Stéphane