Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/java/awt/Toolkit.java
          +++ new/src/share/classes/java/awt/Toolkit.java
↓ open down ↓ 71 lines elided ↑ open up ↑
  72   72   * reflect the requested change.  This behavior includes, but is not
  73   73   * limited to:
  74   74   * <ul>
  75   75   * <li>Scrolling to a specified position.
  76   76   * <br>For example, calling <code>ScrollPane.setScrollPosition</code>
  77   77   *     and then <code>getScrollPosition</code> may return an incorrect
  78   78   *     value if the original request has not yet been processed.
  79   79   *
  80   80   * <li>Moving the focus from one component to another.
  81   81   * <br>For more information, see
  82      - * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html#transferTiming">Timing
       82 + * <a href="https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html#transferTiming">Timing
  83   83   * Focus Transfers</a>, a section in
  84   84   * <a href="http://java.sun.com/docs/books/tutorial/uiswing/">The Swing
  85   85   * Tutorial</a>.
  86   86   *
  87   87   * <li>Making a top-level container visible.
  88   88   * <br>Calling <code>setVisible(true)</code> on a <code>Window</code>,
  89   89   *     <code>Frame</code> or <code>Dialog</code> may occur
  90   90   *     asynchronously.
  91   91   *
  92   92   * <li>Setting the size or location of a top-level container.
↓ open down ↓ 2513 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX