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

Print this page

        

@@ -119,11 +119,11 @@
  * and so on.
  *
  * <p>
  * You can find further documentation
  * and several examples of using timers by visiting
- * <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html"
+ * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/timer.html"
  * target = "_top">How to Use Timers</a>,
  * a section in <em>The Java Tutorial.</em>
  * For more examples and help in choosing between
  * this <code>Timer</code> class and
  * <code>java.util.Timer</code>,