Field cyan
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 _bigPort = new FigRect(X,Y,WIDTH,HEIGHT, Color.cyan, Color.cyan);
2 else if (c.equals(Color.cyan)) name = colors[4];
3 _lineField.addItem(Color.cyan);
4 bricks[0] = new Brick(Color.cyan.darker(), 1, 0, size);
5 colorMap.put(COLOR_CYAN, Color.cyan);
6 clustCntsColor= Color.cyan;
7 g.setColor(Color.cyan);
8 StyleConstants.setForeground(a, Color.cyan);
9 standard_color[6] = Color.cyan;
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.