First Name

Second Name

Student ID

eMail

<your firstame>

<your surname>

<yourID>

<yourmail@isp.net.au>

Course code Submission Date Assignment

COMP<XXXX> :
Computer Graphics

<XX>/09/2002

1 / If you please, draw me a fractal tree.

Implemented options (amongst [Colour/Thickness],[Leaves],[Randomness],[Branching],[Incremental drawing])

 

How to run this software

java Assignment [commandLineArgument1 commandLineArgument2 ...]
commandLineArgument1  
commandLineArgument2  
 

Description of the GUI

<explanations>

Screenshot (NB. : in this very example, the GUI is missing in order to let you demonstrate your imagination. It should be visible in your own screenshot)

General comment about that project, description of algorithms and tricks

 

 

 

 

 

Main 3 classes

Assignment This class.....
   
   

Links (to all the readable files available in your project)

Javadoc (Link toward the generated Javadoc documentation)

file1.java : deal with the GUI...

file2.java : ...

...