< prev index next >

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

Print this page

        

@@ -1752,10 +1752,11 @@
      *
      * @param command a string that may specify a command associated with
      *                the event
      * @see EventListenerList
      */
+    @SuppressWarnings("deprecation")
     protected void fireActionPerformed(String command) {
         // Guaranteed to return a non-null array
         Object[] listeners = listenerList.getListenerList();
         long mostRecentEventTime = EventQueue.getMostRecentEventTime();
         int modifiers = 0;
< prev index next >