|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constants used to control the window-closing operation.
For example, see JFrame.setDefaultCloseOperation(int)
Field Summary | |
static int |
DISPOSE_ON_CLOSE
The dispose-window default window close operation |
static int |
DO_NOTHING_ON_CLOSE
The do-nothing default window close operation |
static int |
HIDE_ON_CLOSE
The hide-window default window close operation |
Field Detail |
public static final int DO_NOTHING_ON_CLOSE
public static final int HIDE_ON_CLOSE
public static final int DISPOSE_ON_CLOSE
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |