I\'m using a JComboBox with an ItemListener on it. When the value is changed, the itemStateChanged event is called twice. The first call, the ItemEvent is showing the origin
JComboBox.setFocusable(false) will do the trick.
JComboBox.setFocusable(false)