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.
http://i.stack.imgur.com/YhSE3.png
在我将“toolbar.setVisible(false)”设置为 false 后,jtoolbar 被隐藏,但 jframe 仍在屏幕上?我该如何处理那个临时框架?
I close JFrames with JFrameName.setVisible(false) it will hid it but if you want to use the same window again you will have to reset the window when you make it visable again.
JFrameName.setVisible(false)