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.
を使用することにより、frame.setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE);ウィンドウを非表示にすることができます。しかし、その後どうすれば別のウィンドウを表示できますか?
frame.setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE);
Java Swingアプリケーションをクリックするclose buttonと、そのウィンドウを非表示にして、アプリケーションに別のウィンドウを表示する必要があります。どうすればこれを行うことができますか?
close button
ウィンドウリスナーを作成する必要があります。