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

Print this page

        

@@ -52,11 +52,11 @@
  *
  *
  * <p>
  *
  * For further documentation and examples see
- * <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/progress.html">How to Monitor Progress</a>,
+ * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html">How to Monitor Progress</a>,
  * a section in <em>The Java Tutorial.</em>
  *
  * @see ProgressMonitor
  * @see JOptionPane
  * @author James Gosling