Module  java.desktop
软件包  javax.swing

Interface WindowConstants

    • Field Summary

      Fields  
      Modifier and Type Field 描述
      static int DISPOSE_ON_CLOSE
      配置窗口默认窗口关闭操作。
      static int DO_NOTHING_ON_CLOSE
      不做任何默认窗口关闭操作。
      static int EXIT_ON_CLOSE
      退出应用程序默认窗口关闭操作。
      static int HIDE_ON_CLOSE
      隐藏窗口默认窗口关闭操作
    • 字段详细信息

      • DO_NOTHING_ON_CLOSE

        static final int DO_NOTHING_ON_CLOSE
        不做任何默认窗口关闭操作。
        另请参见:
        Constant Field Values
      • HIDE_ON_CLOSE

        static final int HIDE_ON_CLOSE
        隐藏窗口默认窗口关闭操作
        另请参见:
        Constant Field Values
      • EXIT_ON_CLOSE

        static final int EXIT_ON_CLOSE
        退出应用程序默认窗口关闭操作。 试图在Windows上设置此功能,如JFrame ,可能会抛出一个SecurityException基于SecurityManager 建议您只在应用程序中使用。
        从以下版本开始:
        1.4
        另请参见:
        JFrame.setDefaultCloseOperation(int)Constant Field Values