I’m currently designing a Swing app with a custom “yellow on black” Look and Feel, and it seems SynthLookAndFeel is the way to go. All my buttons consist of an ImageIcon (no text), for example: When buttons are disabled, I would like the icons to turn to a faded yellow: However, the default disabled icons are just greyscale versions of
Tag: look-and-feel
Replacing the password character to dot in JPasswordField
The default password symbol of a JPasswordField is a dot. But this will be replaced by Java Look and Feel to an asterisk. Is there a way that I can replace this symbol to the dot back again after loading the Look and Feel ? I already know that initializing or creating the JFrame object before loading the Look and