javax.swing
public interface WindowConstants
Field Summary | |
---|---|
int | DISPOSE_ON_CLOSE
Dispose the container when it is closed.
|
int | DO_NOTHING_ON_CLOSE
Do nothing when the container is closed. |
int | EXIT_ON_CLOSE
Exit the application when the container is closed.
|
int | HIDE_ON_CLOSE
Hide the container when it is closed. |
See Also: Window#dispose()