jdk/src/share/classes/javax/swing/JRootPane.java
changeset 20455 f6f9a0c2796b
parent 20157 cafca01a8e28
child 20458 f2423fb3fd19
--- a/jdk/src/share/classes/javax/swing/JRootPane.java	Thu Oct 03 19:02:45 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/JRootPane.java	Fri Oct 04 20:13:32 2013 +0400
@@ -43,7 +43,7 @@
  * <code>JFrame</code>, <code>JDialog</code>, <code>JWindow</code>,
  * <code>JApplet</code>, and <code>JInternalFrame</code>.
  * For task-oriented information on functionality provided by root panes
- * see <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/rootpane.html">How to Use Root Panes</a>,
+ * see <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/rootpane.html">How to Use Root Panes</a>,
  * a section in <em>The Java Tutorial</em>.
  *
  * <p>