< prev index next >

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

Print this page

        

@@ -197,10 +197,11 @@
             this.pos = pos;
             this.isAdjusting = isAdjusting;
         }
 
         @Override
+        @SuppressWarnings("deprecation")
         public void run() {
             if (getScrollChild() == null) {
                 return;
             }
             ScrollPane sp = (ScrollPane)WScrollPanePeer.this.target;
< prev index next >