jdk/src/share/classes/javax/swing/event/InternalFrameAdapter.java
changeset 7959 2e05332a8f5c
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
equal deleted inserted replaced
7793:bcc54a3c2825 7959:2e05332a8f5c
    30  * The methods in this class are empty. This class exists as
    30  * The methods in this class are empty. This class exists as
    31  * convenience for creating listener objects, and is functionally
    31  * convenience for creating listener objects, and is functionally
    32  * equivalent to the WindowAdapter class in the AWT.
    32  * equivalent to the WindowAdapter class in the AWT.
    33  * <p>
    33  * <p>
    34  * See <a href="http://java.sun.com/docs/books/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
    34  * See <a href="http://java.sun.com/docs/books/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
    35  * in <em>The Java Tutorial</em> and
    35  * in <em>The Java Tutorial</em>
    36  * <a href="http://www.awl.com/cp/javaseries/jcl1_2.html">The Java Class Libraries (update)</a>
       
    37  *
    36  *
    38  * @see InternalFrameEvent
    37  * @see InternalFrameEvent
    39  * @see InternalFrameListener
    38  * @see InternalFrameListener
    40  * @see java.awt.event.WindowListener
    39  * @see java.awt.event.WindowListener
    41  *
    40  *