javax.swing
public interface WindowConstants
Modifier and Type | Field and Description |
---|---|
static int |
DISPOSE_ON_CLOSE
Dispose the container when it is closed.
|
static int |
DO_NOTHING_ON_CLOSE
Do nothing when the container is closed.
|
static int |
EXIT_ON_CLOSE
Exit the application when the container is closed.
|
static int |
HIDE_ON_CLOSE
Hide the container when it is closed.
|
static final int DO_NOTHING_ON_CLOSE
static final int HIDE_ON_CLOSE
static final int DISPOSE_ON_CLOSE
Window#dispose()
,
Constant Field Valuesstatic final int EXIT_ON_CLOSE
System.exit(int)
,
Constant Field Values