API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. WindowConstants View Source
Author(s)
Amy Fowler
Since
Version
1.22 11/17/05
Serial
Hierarchy
 WindowConstants
Subinterfaces
Description
public interface WindowConstants
  Constants used to control the window-closing operation.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic int DISPOSE_ON_CLOSE = "2"
  The dispose-window default window close operation.
publicfinalstatic int DO_NOTHING_ON_CLOSE = "0"
The do-nothing default window close operation.
publicfinalstatic int EXIT_ON_CLOSE = "3"
  The exit application default window close operation.
publicfinalstatic int HIDE_ON_CLOSE = "1"
The hide-window default window close operation
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar