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.
执行特定操作时,我想用文本字段替换按钮。我知道我必须打电话button1.setVisible(false);,但我不知道如何在同一个地方创建文本字段。我正在使用 NetBeans 设计器,如果你能给我一个提示,如何在同一个地方添加 2 个组件,然后在它们之间切换,比如在 Photoshop 中的图层之间切换,如果可以的话,那就太好了。谢谢
button1.setVisible(false);
对于一个空间中的许多组件,CardLayout请使用 a ,如此简短示例中所示。
CardLayout