Field blue
Field type: java.awt.Color
Member of: java.awt.Color
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 mIcon.setFillColor(Color.blue);
2 topLabel.setForeground(Color.blue);
3 foreground = Color.blue;
4 dlgPoly.lblHexValue.setForeground(Color.blue);
5 this(x, y, w, h, Color.blue, "TimesRoman", 10, expandOnly);
6 out.setForeground(Color.blue);
7 img.setColor(Color.blue);
8 this.setForeground(Color.blue);
9 return new LineBorder(java.awt.Color.blue);
10 g.drawImage(myIcon.getImage(), x, y, w, h, Color.blue, this);
11 tickCount.setForeground(Color.blue);
12 component.setForeground(Color.blue);
13 else if (c.equals(Color.blue)) name = colors[2];
14 setBackground( Color.blue );
15 setTextColor(Priority.INFO, Color.blue);
16 plot_xy ( java.awt.Color.blue,
17 g.setColor(Color.blue);
18 jButtonDetailFg.setBackground(Color.blue);
19 vList.setForeground(Color.blue);
20 handColor = Color.blue;
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.