Class ShapesAndColors

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----ShapesAndColors

public class ShapesAndColors
extends Applet
This is the main class that creates two instances of the whiteBoard class and the controlStrip class relatively


Constructor Index

 o ShapesAndColors()

Method Index

 o init()
This will initialize the class
 o main(String[])
class starting point

Constructors

 o ShapesAndColors
 public ShapesAndColors()

Methods

 o init
 public void init()
This will initialize the class

Overrides:
init in class Applet
 o main
 public static void main(String args[])
class starting point