< prev index next >

src/java.desktop/windows/classes/sun/awt/windows/WFileDialogPeer.java

Print this page

        

@@ -261,10 +261,11 @@
     void enable() {}
     @Override
     void disable() {}
     @Override
     public void reshape(int x, int y, int width, int height) {}
+    @SuppressWarnings("deprecation")
     public boolean handleEvent(Event e) { return false; }
     @Override
     public void setForeground(Color c) {}
     @Override
     public void setBackground(Color c) {}
< prev index next >