Example usage for Java javax.swing WindowConstants fields, constructors, methods, implement or subclass
The text is from its open source code.
int | DO_NOTHING_ON_CLOSE The do-nothing default window close operation. |
int | HIDE_ON_CLOSE The hide-window default window close operation |
int | DISPOSE_ON_CLOSE The dispose-window default window close operation. |
int | EXIT_ON_CLOSE The exit application default window close operation. |