我试图将JButton的背景颜色设置回其默认颜色“ Control”。在哪里可以找到该颜色?谢谢。
最佳答案
尝试一下
myButton.setBackground(null)
它变回默认颜色。
可能在这里回答
How to get JButton default background color?
关于java - 如何在Netbeans 7.4中达到SystemColors?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/20237624/