src/share/classes/javax/swing/SwingUtilities.java

Print this page

        

@@ -1278,11 +1278,11 @@
      * Note that if the <i>doRun.run()</i> throws an uncaught exception
      * the event dispatching thread will unwind (not the current thread).
      * <p>
      * Additional documentation and examples for this method can be
      * found in
-     * <A HREF="http://download.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
+     * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
      * <p>
      * As of 1.3 this method is just a cover for <code>java.awt.EventQueue.invokeLater()</code>.
      * <p>
      * Unlike the rest of Swing, this method can be invoked from any thread.
      *

@@ -1329,11 +1329,11 @@
      * (on the event dispatching thread) it's caught and rethrown, as
      * an <code>InvocationTargetException</code>, on the caller's thread.
      * <p>
      * Additional documentation and examples for this method can be
      * found in
-     * <A HREF="http://download.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
+     * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency in Swing</a>.
      * <p>
      * As of 1.3 this method is just a cover for
      * <code>java.awt.EventQueue.invokeAndWait()</code>.
      *
      * @exception  InterruptedException if we're interrupted while waiting for