Unable to change the foreground of button in SynthLookAndFeel
I am trying to change the foreground of JButton when i move the mouse over it. I have used the following code in my slaf.xml file
<state value="MOUSE_OVER" id="one">
<color value="RED" type="BACKGROUND"/>
<color value="WHITE" type="FOREGROUND"/>
</state>
While the background changes, the foreground does not, whats the problem?
thank's in advance.

