可以通过isAddNotifyComplete,或者isEditable来控制,第一次都是false,第二次都是true。
例如:if(!((JComboBox)e.getSource()).isEditable()){return;}
http://www.apihome.cn/api/java/JComboBox.html