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

Print this page

        

@@ -37,11 +37,11 @@
 
 /**
  * A text component that can be marked up with attributes that are
  * represented graphically.
  * You can find how-to information and examples of using text panes in
- * <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/text.html">Using Text Components</a>,
+ * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/text.html">Using Text Components</a>,
  * a section in <em>The Java Tutorial.</em>
  *
  * <p>
  * This component models paragraphs
  * that are composed of runs of character level attributes.  Each