Losses JLabel underline when switches to Windows L -and-F using 1.5.0
Hello,
I have an underlined label created using this:
new JLabel ("<html><u><font color=#FF0000>SOME TEXT HERE</font></u></html>");
By default, UI is using the "Windows" look-and-feel. When the application is running in Chinese locale, the underline disappeared. This only happens when the JRE is 1.5.0. It always works with 1.4.2. I also noticed that the fonts look smaller in 1.5.0. I am wondering if this could be the reason but I don't know how to tackle it yet.
When I switched to Metal look-and-feel, the underlines came back.
Please help.

