Method decode(String nm)
Return 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 chartProperties.setBackgroundPaint(Color.decode("#ffffcc"));
2 Color c = Color.decode("#9999CC");
3 def.setColorProperty(KEY_EDITOR_JDBC_OBJ_COLOR, Color.decode("#810558"));
4 return Color.decode(val);
5 label.setTextColor(Color.decode(el.getText()));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.