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

Print this page

        

@@ -42,11 +42,11 @@
  * been added or removed, the relevant method in the listener object is invoked,
  * and the <code>ContainerEvent</code> is passed to it.
  *
  * @see ContainerEvent
  * @see ContainerListener
- * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/containerlistener.html">Tutorial: Writing a Container Listener</a>
+ * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/containerlistener.html">Tutorial: Writing a Container Listener</a>
  *
  * @author Amy Fowler
  * @since 1.1
  */
 public abstract class ContainerAdapter implements ContainerListener {