jdk/src/share/classes/java/awt/event/ActionEvent.java
changeset 21278 ef8a3a2a72f2
parent 20455 f6f9a0c2796b
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    93      * The last number in the range of ids used for action events.
    93      * The last number in the range of ids used for action events.
    94      */
    94      */
    95     public static final int ACTION_LAST                 = 1001;
    95     public static final int ACTION_LAST                 = 1001;
    96 
    96 
    97     /**
    97     /**
    98      * This event id indicates that a meaningful action occured.
    98      * This event id indicates that a meaningful action occurred.
    99      */
    99      */
   100     @Native public static final int ACTION_PERFORMED    = ACTION_FIRST; //Event.ACTION_EVENT
   100     @Native public static final int ACTION_PERFORMED    = ACTION_FIRST; //Event.ACTION_EVENT
   101 
   101 
   102     /**
   102     /**
   103      * The nonlocalized string that gives more details
   103      * The nonlocalized string that gives more details