Java javax.swing WindowConstants fields, constructors, methods, implement or subclass

Example usage for Java javax.swing WindowConstants fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing WindowConstants.

The text is from its open source code.

Field

intDO_NOTHING_ON_CLOSE
The do-nothing default window close operation.
intHIDE_ON_CLOSE
The hide-window default window close operation
intDISPOSE_ON_CLOSE
The dispose-window default window close operation.
intEXIT_ON_CLOSE
The exit application default window close operation.