How to display unicode characters (e.g. japanese) in the title of a JFrame in java swing in a Windows XP m/c without the Japanese language pack? It looks like setting the title text to Japanese unicode characters and the font to MS Mincho is not enough. While this is all you need to do to display unicode characters in Swing labels?
|
feedback
|
|
"without the Japanese language pack" ? It seems you have to at least download the language font...
The link at the beginning of the post contains a complete example.
The general documentation for java J2SE6 (1.6.0) is here, included the Font Configuration Files From Java5 and later, you do not need font.properties file anymore, since you can load a font file in order to create/use a font.
| ||||
|
feedback
|
