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.
如何使 Swing Jbutton 变灰/变灰?我可以使用什么方法?另外,我怎样才能让它在 Netbeans 中默认变灰?
button.setEnabled(false);
上面应该使一个按钮变灰就好了。我会确保您已将文档添加为书签或下载并稍微阅读一下
编辑
我的假设是您在 Netbeans 中使用 GUI 创建器。我强烈建议阅读 swing 并学习语言而不是 IDE(有时您必须使用与 Netbeans 不同的 IDE,并且不知道如何使用 GUI)