You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
steps will reproduce garbled Chinese characters is:
setLookAndFeel in java Swing application,like this:
UIManager.setLookAndFeel("com.seaglasslookandfeel.SeaGlassLookAndFeel");
UIManager.getLookAndFeelDefaults().put("defaultFont", new Font("Microsoft Yahei",Font.PLAIN,13));
the expected output is a seaglass style application in Chinese,
But, What I see instead is that some Chinese correc and others still
garbled。
I used
product in https://code.google.com/p/seaglass/,
jre1.6
win7 OS
All the Chinese character in my application are used by ResourceBundle, but
some garbled and some correct,I want to know why and how to resolve this
problem。
Original issue reported on code.google.com by [email protected] on 21 May 2014 at 8:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 May 2014 at 8:53The text was updated successfully, but these errors were encountered: