I'm trying to set a JButton's background color back to its default color, "Control". Where can I find that color? Thank you.
Asked
Active
Viewed 52 times
1 Answers
2
Try it
myButton.setBackground(null)
it change back to the default color.
may be possible answer here

Community
- 1
- 1