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

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DWindowEvent.java84 public static final int WINDOW_CLOSED = 2 + WINDOW_FIRST; field in class:WindowEvent
396 case WINDOW_CLOSED:
397 typeStr = "WINDOW_CLOSED";

Completed in 30 milliseconds