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.

[418 byte] By [Swing_guya] at [2007-11-27 3:32:05]
# 1
well guys the solution is to use TEXT_FOREGROUND instead of FOREGROUND in the color tag.
Swing_guya at 2007-7-12 8:35:05 > top of Java-index,Desktop,Core GUI APIs...