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
-
ShapesAndColors()
-
-
init()
- This will initialize the class
-
main(String[])
- class starting point
ShapesAndColors
public ShapesAndColors()
init
public void init()
- This will initialize the class
- Overrides:
- init in class Applet
main
public static void main(String args[])
- class starting point