JFormatterTextField problem



Hi

I have a JFormattedTextField and a JTextField in the same dialog.
When i set the "enabled" property of both of them to false, both are disabled, but the JTextField is greyed out while the JFormattedTextField remains white.
I am using the windows look and feel.
Does anyone know why this happens? and how can i make the JFormattedTextField grayed out when disabled?
thanks


.