Online Software Educational Training - IT Tutorials - Online Education Training for Computer Software


Home

JAVA APPLET

Applying Colors

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  






Previous

Next