Hyperlink Not Working In Chinese Machine Using 1.5.0

Hi Everyone,

We have application that supports chinese locale (using Chinese Simplified). When running in the Chinese machine, the hyperlinks do not have the underlines when using 1.5.0. The functionality is still there, i.e. it is still clickable, but without the usual underline. When I ran the application using 1.4.2 everything was fine. We only have this problem with the Chinese machine.

I also tried to build the application using 1.5.0 and 1.4.2. In both cases, the hyperlinks looked fine when executed using 1.4.2. In 1.5.0, none of them showed the underlines. So I assumed that the problem is related to the JRE the program is running on.

Does anybody had this problem? How did you resolve it?

Thank you,

JVM.

[756 byte] By [jvma] at [2007-10-2 3:02:00]
# 1
Is the link calling a java class? If so, look at your console for exceptions.If the link is not calling a java class, try another browser.Underlining links is a property of browsers, and has nothing to do with java.
Learnablea at 2007-7-15 21:28:15 > top of Java-index,Administration Tools,Sun Connection...
# 2
I'm sorry, I mis-read your post. You have an application that displays hyperlinks (and not a browser). Is that correct?
Learnablea at 2007-7-15 21:28:15 > top of Java-index,Administration Tools,Sun Connection...
# 3
Yes, it is an application that displays hyperlinks. Hyperlinks are created using this:new JLabel ("<html><u><font color=#FF0000>SOME TEXT HERE</font></u></html>");
jvm11a at 2007-7-15 21:28:15 > top of Java-index,Administration Tools,Sun Connection...