使用 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