< prev index next >

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

Print this page

        

*** 197,206 **** --- 197,207 ---- 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 >