ProgZoo
From Progzoo
|
Follow the tutorials to learn to program.. | Use the guides to see short example programs. | |
|---|---|---|
Edinburgh Napier University Links: SET07102, Assessment 2008, Assessment 2009, Assessments, Direct Entry, Crash, Be the Machine 2
Drawing the French tricolour with Java
You can create images using Java. The first tutorial Flags looks at drawing flags of the world, from simple flags such as Libya to more complicated flags such as the Stars and Stripes of the USA. In Java you can use methods such as setColor and fillRect to create simple images.
Notice that the blue rectangle is at (0,0), it is 50 wide and 100 deep so the commands to draw the blue rectangle are:
g.setColor(Color.blue); g.fillRect(0,0,50,100);
Other Zoos
http://LinuxZoo.net http://SQLzoo.net http://XMLzoo.net
Java related
http://javabat.com - a range of short Java problems. http://java.sun.com download Java and the documentation
Progzoo mechanics
Original version of ProgZoo.net
Consult the User's Guide for information on changing material in progzoo.
Translation of original http://progzoo.net/translate.cgi
If something is not working you may be able to help fix it at Panic
You can mess about in the Playpen.
