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

Print this page

        

@@ -47,11 +47,11 @@
  * are graphically divided based on the look and feel
  * implementation, and the two <code>Component</code>s can then be
  * interactively resized by the user.
  * Information on using <code>JSplitPane</code> is in
  * <a
- href="http://java.sun.com/docs/books/tutorial/uiswing/components/splitpane.html">How to Use Split Panes</a> in
+ href="http://docs.oracle.com/javase/tutorial/uiswing/components/splitpane.html">How to Use Split Panes</a> in
  * <em>The Java Tutorial</em>.
  * <p>
  * The two <code>Component</code>s in a split pane can be aligned
  * left to right using
  * <code>JSplitPane.HORIZONTAL_SPLIT</code>, or top to bottom using