JAVA中怎么改变字体颜色?

单文本 怎么改变字体的颜色啊?
2024年11月18日 10:24
有3个网友回答
网友(1):

字体大小及颜色
a:Java代码区域的字体大小和颜色:
window -- Preferences -- General -- Appearance -- Colors And Fonts -- Java修改 -- Java Edit Text Font
b:控制台
window -- Preferences -- General -- Appearance -- Colors And Fonts -- Debug -- Console font
c:其他文件
window -- Preferences -- General -- Appearance -- Colors And Fonts -- Basic -- Text Font

网友(2):

在GUI里面也可以使用HTML对字体进行控制,JLabel是支持HTML解释的。

网友(3):

在页面上用去改啊
在GUI里做的话好象有函数做的,具体什么忘记了