src/share/classes/java/awt/Toolkit.java

Print this page

        

*** 81,91 **** * and then <code>getScrollPosition</code> may return an incorrect * value if the original request has not yet been processed. * <p> * <li>Moving the focus from one component to another. * <br>For more information, see ! * <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.html#transferTiming">Timing * Focus Transfers</a>, a section in * <a href="http://java.sun.com/docs/books/tutorial/uiswing/">The Swing * Tutorial</a>. * <p> * <li>Making a top-level container visible. --- 81,91 ---- * and then <code>getScrollPosition</code> may return an incorrect * value if the original request has not yet been processed. * <p> * <li>Moving the focus from one component to another. * <br>For more information, see ! * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html#transferTiming">Timing * Focus Transfers</a>, a section in * <a href="http://java.sun.com/docs/books/tutorial/uiswing/">The Swing * Tutorial</a>. * <p> * <li>Making a top-level container visible.