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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The dispose-window default window close operation.
    static final int
    The do-nothing default window close operation.
    static final int
    The exit application default window close operation.
    static final int
    The hide-window default window close operation