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: - Color.white
- Color.yellow
- Color.orange
- Color.pink
- Color.magenta
- Color.red
- Color.green
- Color.cyan
- Color.blue
- Color.lightGray
- Color.darkGray
- Color.gray
- 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.