Home
Java supports color in a portable, device-independent fashion. The AWT color system allows you to specifies any color you want. Color is encapsulated by Color class.
Here is an example code using Color
Next