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

Print this page

        

@@ -45,11 +45,11 @@
  *
  * @author David Mendenhall
  *
  * @see WindowAdapter
  * @see WindowEvent
- * @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>
  *
  * @since 1.4
  */
 public interface WindowFocusListener extends EventListener {