Serialized Form

Class SimpleDraw1 extends java.applet.Applet implements Serializable

Serialized Fields

drawnShapes

java.util.Vector drawnShapes
The list of shapes to be drawn


shapeChoice

java.awt.Choice shapeChoice
The shape selector


colorChoice

java.awt.Choice colorChoice
The color selector


clearButton

java.awt.Button clearButton
The button for clearing the list of shapes


Class SimpleDraw2 extends java.applet.Applet implements Serializable

Serialized Fields

factory

ShapeFactory factory
The factory for cataloging and creating the shapes


drawnShapes

java.util.Vector drawnShapes
The list of shapes to be drawn


shapeChoice

java.awt.Choice shapeChoice
The shape selector


colorChoice

java.awt.Choice colorChoice
The color selector


clearButton

java.awt.Button clearButton
The button for clearing the list of shapes


Class SimpleDraw3 extends java.applet.Applet implements Serializable

serialVersionUID: 1l

Serialized Fields

factory

ShapeFactory factory
The factory for cataloging and creating the shapes


drawnShapes

java.util.Vector drawnShapes
The list of shapes to be drawn


shapeChoice

java.awt.Choice shapeChoice
The shape selector


colorChoice

java.awt.Choice colorChoice
The color selector


clearButton

java.awt.Button clearButton
The button for clearing the list of shapes