autodesk 3ds max 2012 office visio premium 2010 microsoft visual studio test professional 2010 microsoft office 2011 home & business mac Symantec Norton Ghost 12.0 windows xp professional sp3 (32 bit) RosettaStone Japanese Level 1, 2 & 3 Set windows vista business Knoll Light Factory for Photoshop 3 MAC autodesk 3ds max 2012 autodesk autocad raster design 2011 autodesk autocad revit architecture 2009 cs5 production premium mac illustrator cs4 mac GFI MailSecurity 10.0 microsoft office 2010 home and student autodesk mudbox 2012 Apple Motion 5 MAC after effects cs4 mac Colors The Java Standard Colors are:
  1. Color.white
  2. Color.yellow
  3. Color.orange
  4. Color.pink
  5. Color.magenta
  6. Color.red
  7. Color.green
  8. Color.cyan
  9. Color.blue
  10. Color.lightGray
  11. Color.darkGray
  12. Color.gray
  13. Color.black
  • To change the color of an object, use g.setColor(aColor) within the paint() method. aColor is one of the Java built-in colors or a user created color.
  • To change the background color of the entire applet, use setBackground(aColor).
  • To create a color within the argument, use new Color(R,G,B) where R,G,B are browser-safe hexadecimal numbers of the form: 0x33, 0x66, 0x99, 0x00, 0xcc, or 0xff.

    Custom Color Page