I am localizing a Java application for Japanese NT, and I have some problems.  The font is not mapped to any existing Japanese fonts. So I see garbage (boxes) instead of Japanese characters  where I am setting the labe font as
 
LabelObject.setFont(new Font("MS Sans Serif", Font.BOLD, 19));
 
I am using Java 2 with resource bundles.
application runs in a Java 2 runtime
Its a browser applet running in IE 5.0
 
Any new Japanese fonts i need to install and any entries I have to add in the Jre font.properties file.
 
 
Any info regarding this problem.
 
Thanks in Advance
 
Regards
-panyam

Reply via email to