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 assertColorOnComponent(tb, Color.BLUE, r.x+7, r.y+7);
2 _nameLabel.setForeground(Color.BLUE);
3 nameLabel.setForeground(Color.BLUE);
4 custRen, Color.BLUE, icon2.getIconWidth() / 2, (icon2.getIconHeight() / 2) + yOffset2);
5 animationInit1.setBackgroundColor ( Color.BLUE );
6 paintRateTextSprite .setColor ( Color.BLUE );
7 def.setColorProperty(KEY_EDITOR_LITERAL_COLOR, Color.BLUE);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.