Searched defs:FOCUS_FIRST (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DFocusEvent.java56 * in the range from {@code FOCUS_FIRST} to {@code FOCUS_LAST}.
71 public static final int FOCUS_FIRST = 1004; field in class:FocusEvent
81 public static final int FOCUS_GAINED = FOCUS_FIRST; //Event.GOT_FOCUS
86 public static final int FOCUS_LOST = 1 + FOCUS_FIRST; //Event.LOST_FOCUS

Completed in 41 milliseconds