jdk/src/share/classes/java/awt/event/WindowEvent.java
changeset 12317 9670c1610c53
parent 5506 202f599c92aa
child 16734 da1901d79073
equal deleted inserted replaced
12316:ba6b7a51e226 12317:9670c1610c53
    24  */
    24  */
    25 
    25 
    26 package java.awt.event;
    26 package java.awt.event;
    27 
    27 
    28 import java.awt.Window;
    28 import java.awt.Window;
       
    29 import javax.tools.annotation.GenerateNativeHeader;
    29 import sun.awt.AppContext;
    30 import sun.awt.AppContext;
    30 import sun.awt.SunToolkit;
    31 import sun.awt.SunToolkit;
    31 
    32 
    32 /**
    33 /**
    33  * A low-level event that indicates that a window has changed its status. This
    34  * A low-level event that indicates that a window has changed its status. This
    53  * @see WindowListener
    54  * @see WindowListener
    54  * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/windowlistener.html">Tutorial: Writing a Window Listener</a>
    55  * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/windowlistener.html">Tutorial: Writing a Window Listener</a>
    55  *
    56  *
    56  * @since JDK1.1
    57  * @since JDK1.1
    57  */
    58  */
       
    59 /* No native methods here, but the constants are needed in the supporting JNI code */
       
    60 @GenerateNativeHeader
    58 public class WindowEvent extends ComponentEvent {
    61 public class WindowEvent extends ComponentEvent {
    59 
    62 
    60     /**
    63     /**
    61      * The first number in the range of ids used for window events.
    64      * The first number in the range of ids used for window events.
    62      */
    65      */