Serialized Form

Class EditorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

myRectangleColor

java.awt.Color myRectangleColor
The Color myRectangleColor.


myCircleColor

java.awt.Color myCircleColor
The Color myCircleColor.


mouseClicked

java.awt.geom.Point2D mouseClicked
The Point2D mouseCliclked.


mousePressed

java.awt.geom.Point2D mousePressed
The Point2D mousePressed.


mouseReleased

java.awt.geom.Point2D mouseReleased
The Point2D mouseReleased


listRectangles

java.util.ArrayList listRectangles
The ArrayList listRectangles.


tempListRectangles

java.util.ArrayList tempListRectangles
The ArrayList tempListRectangles.


listCircles

java.util.ArrayList listCircles
The ArrayList listCircles.


tempListCircles

java.util.ArrayList tempListCircles
The ArrayList tempListCircles.


currentRectangle

MyRectangle2D currentRectangle
The myRectangle2D currentRectangle.


tempCurrentRectangle

MyRectangle2D tempCurrentRectangle
The myRectangle2D tempCurrentRectangle.


currentCircle

java.awt.geom.Ellipse2D currentCircle
The Ellipse2D currentCircle.


tempCurrentCircle

java.awt.geom.Ellipse2D tempCurrentCircle
The Ellipse2D tempCurrentCircle.


activeButton

ActiveButton activeButton
The ActiveButtom activeButton.