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.
我很困惑,当我试图用谷歌找到答案时,我被教程轰炸了。
文本框、按钮可以直接添加到Jframe中,但是会降低灵活性,假设我们想从ui中隐藏一组按钮,那么我们需要在JFrame中一个一个地隐藏它们。如果这些文本框被添加到面板,那么我们只需要隐藏那个面板。在 jframe 中使用面板的案例太多了。