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.
我正在开发一个警报应用程序。当用户单击 JButton 并在后台运行时,我希望我的 ui 消失。你能告诉我怎么做吗?
谢谢
我得到了答案。我们只需要setVisible(false)在框架上调用。
setVisible(false)