In my Java application I have to custom-paint a control and for that I need to use the same font colors as JButton
. (Enabled and disabled) I don't want to hard-code them, because the user can change the Substance skin at runtime.
I'm aware of the ColorSchemes
but I'm not sure how to proceed once I have the color scheme of the current skin. Also the Substance documentation says something about creating your own color scheme, but I just can't figure out the way to retrieve a certain color.