码迷,mamicode.com
首页 > 编程语言 > 详细

java的字体的颜色,型号,大小的方法

时间:2016-10-26 00:10:04      阅读:243      评论:0      收藏:0      [点我收藏+]

标签:amp   awt   vps   roman   www   pyw   reg   div   字号   

jTextPane1.setForeground(Color.green);//设置java字体的颜色

 

 

 

 

 设置字体的颜色和型号和大小

 jTextPane1.setFont(new Font("黑体",Font.PLAIN,jTextPane1.getFont().getSize()));

 

 

 

ava.awt.Font

设计字体显示效果 Font mf = new Font(String 字体,int 风格,int 字号);
字体:TimesRoman, Courier, Arial等
风格:三个常量 Font.PLAIN, Font.BOLD, Font.ITALIC
字号:字的大小(磅数)
设置组件当前使用的字体:setFont(Font fn)
获取组件当前使用的字体:getFont()
 

 

 

java的字体的颜色,型号,大小的方法

标签:amp   awt   vps   roman   www   pyw   reg   div   字号   

原文地址:http://www.cnblogs.com/Peit/p/5998493.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!