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

Print this page

        

@@ -48,11 +48,11 @@
  * Provides a scrollable view of a lightweight component.
  * A <code>JScrollPane</code> manages a viewport, optional
  * vertical and horizontal scroll bars, and optional row and
  * column heading viewports.
  * You can find task-oriented documentation of <code>JScrollPane</code> in
- *  <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/scrollpane.html">How to Use Scroll Panes</a>,
+ *  <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/scrollpane.html">How to Use Scroll Panes</a>,
  * a section in <em>The Java Tutorial</em>.  Note that
  * <code>JScrollPane</code> does not support heavyweight components.
  * <p>
  * <TABLE ALIGN="RIGHT" BORDER="0" SUMMARY="layout">
  *    <TR>