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

Print this page

        

@@ -40,11 +40,11 @@
  * the relevant method in the listener object
  * is invoked, and the <code>FocusEvent</code> is passed to it.
  *
  * @see FocusAdapter
  * @see FocusEvent
- * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/focuslistener.html">Tutorial: Writing a Focus Listener</a>
+ * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/focuslistener.html">Tutorial: Writing a Focus Listener</a>
  *
  * @author Carl Quinn
  * @since 1.1
  */
 public interface FocusListener extends EventListener {