WindowEvent.WINDOW_CLOSING
Class Overview | Class Members | 
  This Package | 
All Packages
Syntax
 public static final int WINDOW_CLOSING
Description
 The window closing event type. This event is delivered when
 the user selects "Quit" from the window's system menu.  If
 the program does not explicitly hide or destroy the window as
 a result of this event, the window close operation will be
 cancelled.