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 はまだ画面に表示されていますか? その一時的なフレームをどのように処分できますか?
JFramesをJFrameName.setVisible(false)閉じて非表示にしますが、同じウィンドウを再度使用する場合は、ウィンドウを再度表示するときにウィンドウをリセットする必要があります。
JFrameName.setVisible(false)