Package Summary  Overview Summary

class:WindowConstants [NONE]

field:DO_NOTHING_ON_CLOSE [NONE]

  • DO_NOTHING_ON_CLOSE

    static final int DO_NOTHING_ON_CLOSE
    The do-nothing default window close operation.
    See Also:
    Constant Field Values

field:HIDE_ON_CLOSE [NONE]

  • HIDE_ON_CLOSE

    static final int HIDE_ON_CLOSE
    The hide-window default window close operation
    See Also:
    Constant Field Values

field:DISPOSE_ON_CLOSE [NONE]

field:EXIT_ON_CLOSE [NONE]

  • EXIT_ON_CLOSE

    static final int EXIT_ON_CLOSE
    The exit application default window close operation. Attempting to set this on Windows that support this, such as JFrame, may throw a SecurityException based on the SecurityManager. It is recommended you only use this in an application.
    Since:
    1.4
    See Also:
    JFrame.setDefaultCloseOperation(int), Constant Field Values

© 2019 Oracle Corporation and/or its affiliates