標題:
Color 類別
[打印本頁]
作者:
李泳霖
時間:
2023-7-31 18:17
標題:
Color 類別
試使用 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));
作者:
李泳霖
時間:
2023-7-31 18:17
此帖僅作者可見
作者:
吳孟軒
時間:
2023-7-31 20:03
此帖僅作者可見
作者:
吳孟軒
時間:
2023-8-7 19:13
此帖僅作者可見
作者:
朱嚴寘
時間:
2023-12-9 19:10
此帖僅作者可見
作者:
俞經典
時間:
2024-3-10 11:29
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2