src/share/classes/java/awt/event/WindowAdapter.java

Print this page

        

@@ -43,11 +43,11 @@
  * the relevant method in the listener
  * object is invoked, and the <code>WindowEvent</code> is passed to it.
  *
  * @see WindowEvent
  * @see WindowListener
- * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/windowlistener.html">Tutorial: Writing a Window Listener</a>
+ * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: Writing a Window Listener</a>
  *
  * @author Carl Quinn
  * @author Amy Fowler
  * @author David Mendenhall
  * @since 1.1