< prev index next >

src/java.desktop/share/classes/javax/swing/JComboBox.java

Print this page

        

*** 1233,1242 **** --- 1233,1243 ---- * Notifies all listeners that have registered interest for * notification on this event type. * * @see EventListenerList */ + @SuppressWarnings("deprecation") protected void fireActionEvent() { if (!firingActionEvent) { // Set flag to ensure that an infinite loop is not created firingActionEvent = true; ActionEvent e = null;
< prev index next >