Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
myFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE) 以外に JFrame に別のクローズ操作を設定するにはどうすればよいですか? 例: start() メソッドと stop() メソッドを取得しましたが、JFrame が終了する前に stop() を呼び出す必要があります (stop() はファイルを保存し、スレッドに参加します)。