jdk/src/share/classes/javax/swing/text/JTextComponent.java
changeset 10316 8d1ca7d93fb2
parent 9035 1255eb81cc2f
child 20106 5d5f2c72f262
--- a/jdk/src/share/classes/javax/swing/text/JTextComponent.java	Fri Aug 12 15:53:29 2011 +0400
+++ b/jdk/src/share/classes/javax/swing/text/JTextComponent.java	Wed Aug 17 19:35:09 2011 +0400
@@ -2213,8 +2213,8 @@
      * <p>
      * This method is thread-safe, although most Swing methods are not. Please
      * see <A
-     * HREF="http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html">
-     * How to Use Threads</A> for more information.
+     * HREF="http://download.oracle.com/javase/tutorial/uiswing/concurrency/index.html">
+     * Concurrency in Swing</A> for more information.
      *
      * <p>
      * <b>Sample Usage</b>. This code snippet shows a cross-platform print
@@ -2471,8 +2471,8 @@
      * <p>
      * This method is thread-safe, although most Swing methods are not. Please
      * see <A
-     * HREF="http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html">
-     * How to Use Threads</A> for more information.
+     * HREF="http://download.oracle.com/javase/tutorial/uiswing/concurrency/index.html">
+     * Concurrency in Swing</A> for more information.
      *
      * <p>
      * The returned {@code Printable} can be printed on any thread.