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

Print this page

        

*** 44,54 **** * internally so the program works properly regardless of * whether the program registers a {@code ContainerListener} or not. * * @see ContainerAdapter * @see ContainerEvent ! * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/containerlistener.html">Tutorial: Writing a Container Listener</a> * * @author Tim Prinzing * @author Amy Fowler * @since 1.1 */ --- 44,54 ---- * internally so the program works properly regardless of * whether the program registers a {@code ContainerListener} or not. * * @see ContainerAdapter * @see ContainerEvent ! * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/containerlistener.html">Tutorial: Writing a Container Listener</a> * * @author Tim Prinzing * @author Amy Fowler * @since 1.1 */