標題:
[作業] Color 類別
[打印本頁]
作者:
tonyh
時間:
2020-9-7 20:52
標題:
[作業] Color 類別
本帖最後由 tonyh 於 2020-9-14 19:50 編輯
試使用 setBackground() 方法為元件(或容器)設定背景顏色,
以及 setForeground() 方法為元件(或容器)設定前景顏色(即文字的顏色)。
P.S. 背景色僅在元件是不透明時才可使用,因此部分元件或容器無法設定背景色,譬如 JLabel 及 JFrame 就無法 setBackground()。
個元件之顏色參考設定:
btn[0].setBackground(Color.BLUE);
btn[0].setForeground(Color.YELLOW);
btn[1].setBackground(Color.RED);
btn[1].setForeground(Color.WHITE);
btn[2].setBackground(Color.DARK_GRAY);
btn[2].setForeground(Color.GREEN);
btn[3].setBackground(Color.PINK);
btn[3].setForeground(Color.BLUE);
pn1.setBackground(Color.CYAN);
pn2.setBackground(new Color(190,255,0));
本帖隱藏的內容需要回復才可以瀏覽
作者:
黃宇綸
時間:
2020-9-14 18:01
此帖僅作者可見
作者:
黃宇瑄
時間:
2020-9-14 19:51
此帖僅作者可見
作者:
李沛昂
時間:
2020-9-14 19:54
此帖僅作者可見
作者:
鄭楀諺
時間:
2020-9-18 20:38
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2