I am using Nimbus LAF in my application and I want to change all the colors of the foreground buttons. I am doing this setup:
UIManager.put("Button.foreground", Color.WHITE);
But that does not work. Maybe this is because I should use only the primary and secondary colors of Nimbus? Can anyone help me?
Many thanks.
Lucas source share