java設(shè)置字體顏色代碼 java font字體顏色

java記事本設(shè)置字體顏色

java設(shè)置字體顏色

成都創(chuàng)新互聯(lián)公司主要從事成都網(wǎng)站建設(shè)、成都網(wǎng)站設(shè)計(jì)、網(wǎng)頁設(shè)計(jì)、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務(wù)。立足成都服務(wù)西秀,10多年網(wǎng)站建設(shè)經(jīng)驗(yàn),價(jià)格優(yōu)惠、服務(wù)專業(yè),歡迎來電咨詢建站服務(wù):18982081108

1.

打開Eclipse或者M(jìn)yeclipse,選擇windows(系統(tǒng))選項(xiàng);

2.

點(diǎn)擊preferences(首選項(xiàng));

3.

彈出首選項(xiàng)的窗口,點(diǎn)擊Appearance(外觀);

4.

點(diǎn)擊color and font (顏色和字體)

java中怎么設(shè)置label的字體大小及顏色顯示

Java設(shè)置label字體代碼如下:

ublic class SetColor extends JFrame{

JLabel jlabel = new JLabel("顏色,大小");

public SetColor(){

this.setLayout(null);

jlabel.setBounds(0, 0, 200, 40);

jlabel.setFont(new Font("",1,30));//設(shè)置字體大小

jlabel.setForeground(Color.BLUE);//設(shè)置字體顏色

this.add(jlabel);

this.setSize(200,200);

this.setVisible(true);

}

/**

* @param args

*/

public static void main(String[] args) {

// TODO Auto-generated method stub

SetColor sc = new SetColor();

}}

JAVA中怎么改變字體顏色?

字體大小及顏色

a:Java代碼區(qū)域的字體大小和顏色:

window -- Preferences -- General -- Appearance -- Colors And Fonts -- Java修改 -- Java Edit Text Font

b:控制臺(tái)

window -- Preferences -- General -- Appearance -- Colors And Fonts -- Debug -- Console font

c:其他文件

window -- Preferences -- General -- Appearance -- Colors And Fonts -- Basic -- Text Font

java中如何設(shè)置按鈕文字的大小、顏色和字體?

submit= new JButton("登陸");

submit.setFont(new Font("宋體", Font.PLAIN, 16));

三個(gè)參數(shù)分別表示: 字體,樣式(粗體,斜體等),字號(hào)

submit.setForeground(Color.RED);

這個(gè)表示給組件上的文字設(shè)置顏色Color.RED表示紅色

當(dāng)然你也可以自己給RGB的值 比如 submit.setForeground(new Color(215,215,200));

JLabel組件支持HTML標(biāo)記代碼

infoLab= new JLabel("htmla href='地址'用戶登陸系統(tǒng)/a/html", JLabel.CENTER);

*注意:地址要單引號(hào)引起來。這個(gè)表示給用戶登錄系統(tǒng)幾個(gè)字增加超鏈接

infoLab .setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));

這個(gè)表示給這個(gè)文字添加鼠標(biāo)樣式,當(dāng)鼠標(biāo)移動(dòng)到文字上,鼠標(biāo)變成手型

當(dāng)前題目:java設(shè)置字體顏色代碼 java font字體顏色
文章分享:http://muchs.cn/article2/dosphic.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供動(dòng)態(tài)網(wǎng)站標(biāo)簽優(yōu)化、靜態(tài)網(wǎng)站、電子商務(wù)服務(wù)器托管、移動(dòng)網(wǎng)站建設(shè)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

成都網(wǎng)站建設(shè)