submit= new JButton("登陆")
submit.setFont(new Font("宋体", Font.PLAIN, 16))
三个参数分别表示: 字体,样式(粗体,斜体等),字号
submit.setForeground(Color.RED)
这个表示给组件上的文字设置颜色Color.RED表示红色
当然你也可以自己给RGB的值 比如 submit.setForeground(new Color(215,215,200))
首先打开Eclipse,然后在打开菜单右边的“Window”-->Preferences-->General-->Appearance ->Colors and Fonts-->java-->Aa Java Editor Test Font-->“Edit”进行编辑
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)