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

Print this page

        

@@ -53,11 +53,11 @@
  * arbitrary locations) along the slider track.  Painting of labels is
  * controlled by {@code setLabelTable} and {@code setPaintLabels}.
  * <p>
  * For further information and examples see
  * <a
- href="http://java.sun.com/docs/books/tutorial/uiswing/components/slider.html">How to Use Sliders</a>,
+ href="http://docs.oracle.com/javase/tutorial/uiswing/components/slider.html">How to Use Sliders</a>,
  * a section in <em>The Java Tutorial.</em>
  * <p>
  * <strong>Warning:</strong> Swing is not thread safe. For more
  * information see <a
  * href="package-summary.html#threading">Swing's Threading