I'm trying to set a JButton's background color back to its default color, "Control". Where can I find that color? Thank you.
Try it
myButton.setBackground(null)
it change back to the default color.
may be possible answer here
How to get JButton default background color?