当前位置: 技术问答>java相关
JRE1.3.1的字体问题,分不够可再加。
来源: 互联网 发布时间:2015-02-17
本文导语: 当装完Java插件(JRE1.3.1)以后,并用它运行Java程序时,为什么中文字体很难看,我在用JRE1.2.2时,中文字体很正常的。 | 这是我的做法,在main()或init()里加如下代码: 还有什么地方要设...
当装完Java插件(JRE1.3.1)以后,并用它运行Java程序时,为什么中文字体很难看,我在用JRE1.2.2时,中文字体很正常的。
|
这是我的做法,在main()或init()里加如下代码:
还有什么地方要设字体,再加语句。
Font f=new Font("宋体",Font.PLAIN,12);
UIManager.put("Label.font",f);
UIManager.put("ComboBox.font",f);
UIManager.put("Button.font",f);
UIManager.put("TabbedPane.font",f);
UIManager.put("RadioButton.font",f);
UIManager.put("TitledBorder.font",f);
还有什么地方要设字体,再加语句。
Font f=new Font("宋体",Font.PLAIN,12);
UIManager.put("Label.font",f);
UIManager.put("ComboBox.font",f);
UIManager.put("Button.font",f);
UIManager.put("TabbedPane.font",f);
UIManager.put("RadioButton.font",f);
UIManager.put("TitledBorder.font",f);
|
你可以在你的程序里面使用setFont,选择你所需要的字体
这样你的字体就ok了
这样你的字体就ok了
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。