Java的JLabel的換行,文字設置,指定文字顏色設置

使用setFont(Font t)設置全部文字樣式、大小 lab.setFont(new Font("宋體", 0, 25)); 第一個參數代表字體 中間的0代表不加粗,改成1代表加粗 最後的代表文字大小 使用setForeground(Color c)設置全部文字顏色 label.setForeground(Color.red); 使用html語法換行、設置部分文字顏色: "<html>this
相關文章
相關標籤/搜索