Have a problem with these on Win XP. As far as I have learned the
problem is native rendering of unicode in window titles. Anyone know of
workaround?
/Mikael
Thomas Weidenfeller - 23 May 2005 10:41 GMT
> Have a problem with these on Win XP. As far as I have learned the
> problem is native rendering of unicode in window titles. Anyone know of
> workaround?
If supported:
yourJFrame.setDefaultLookAndFeelDecorated(true)
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
John McGrath - 23 May 2005 12:26 GMT
> Subject: Special characters in JFrame titles
> Have a problem with these on Win XP. As far as I have learned the
> problem is native rendering of unicode in window titles.
This should work. My guess is that the characters you are using in the
title are not supported by the font you have configured for title bars.
You can change the font under Windows Display Properties | Appearance |
Advanced. Try changing the title bar font to "Tahoma".

Signature
Regards,
John McGrath