WindowConstants

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.

See Also:
登录查看完整内容