|
|||||||||
| Home >> All >> javax >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.swing
Interface WindowConstants

- All Known Implementing Classes:
- JDialog, JFrame, JInternalFrame
- public interface WindowConstants
Defines some constants that are used in Swing's top-level containers.
| Field Summary | |
static int |
DISPOSE_ON_CLOSE
DISPOSE_ON_CLOSE |
static int |
DO_NOTHING_ON_CLOSE
DO_NOTHING_ON_CLOSE |
static int |
EXIT_ON_CLOSE
EXIT_ON_CLOSE |
static int |
HIDE_ON_CLOSE
HIDE_ON_CLOSE |
| Field Detail |
DO_NOTHING_ON_CLOSE
public static final int DO_NOTHING_ON_CLOSE
- DO_NOTHING_ON_CLOSE
- See Also:
- Constant Field Values
HIDE_ON_CLOSE
public static final int HIDE_ON_CLOSE
- HIDE_ON_CLOSE
- See Also:
- Constant Field Values
DISPOSE_ON_CLOSE
public static final int DISPOSE_ON_CLOSE
- DISPOSE_ON_CLOSE
- See Also:
- Constant Field Values
EXIT_ON_CLOSE
public static final int EXIT_ON_CLOSE
- EXIT_ON_CLOSE
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> javax >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC