src/share/classes/javax/swing/event/InternalFrameListener.java

Print this page

        

*** 30,40 **** /** * The listener interface for receiving internal frame events. * This class is functionally equivalent to the WindowListener class * in the AWT. * <p> ! * See <a href="http://java.sun.com/docs/books/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a> * in <em>The Java Tutorial</em> for further documentation. * * @see java.awt.event.WindowListener * * @author Thomas Ball --- 30,40 ---- /** * The listener interface for receiving internal frame events. * This class is functionally equivalent to the WindowListener class * in the AWT. * <p> ! * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a> * in <em>The Java Tutorial</em> for further documentation. * * @see java.awt.event.WindowListener * * @author Thomas Ball