Module java.desktop
Package javax.swing

Interface WindowConstants

All Known Implementing Classes:
JDialog, JFrame, JInternalFrame

public interface WindowConstants
Constants used to control the window-closing operation. The setDefaultCloseOperation and getDefaultCloseOperation methods provided by JFrame, JInternalFrame, and JDialog use these constants. For examples of setting the default window-closing operation, see Responding to Window-Closing Events, a section in The Java Tutorial.
Since:
1.2
See Also: