Description: This is a very simple project to demonstrate some characteristics of
objects.
You can create various shapes, and you will see, if you do, that those
shapes are drawn on screen (in a window that we call the "canvas").
You can then manipulate these objects: change their position, size and
colour. Try it out: create a few different squares, triangles and circles
To Search:
File list (Check if you may need any files):
shapes\bluej.pkg
......\bluej.pkh
......\Canvas$1.class
......\Canvas$CanvasPane.class
......\Canvas$ShapeDescription.class
......\Canvas.class
......\Canvas.ctxt
......\Canvas.java
......\Circle.class
......\Circle.ctxt
......\Circle.java
......\README.TXT
......\Square.class
......\Square.ctxt
......\Square.java
......\Triangle.class
......\Triangle.ctxt
......\Triangle.java
shapes