使用 Swing 进行图形用户界面
在窗口关闭时退出应用程序
窗口关闭时很容易忘记退出应用程序。请记住添加以下行。
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); //Quit the application when the JFrame is closed
窗口关闭时很容易忘记退出应用程序。请记住添加以下行。
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); //Quit the application when the JFrame is closed