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
您需要编写一个窗口侦听器。