19,19d18 < import java.util.Vector; 76,76c75,75 < super(newDrawingEditor); --- > this(newDrawingEditor, null); 77,77d75 < fPrototype = null; 113a112,112 > if (getAddedFigure() != null) { 115a115,115 > } 122a123,123 > if (getAddedFigure() != null) { 134a137,137 > } 135,135c138,138 < fCreatedFigure = null; --- > fCreatedFigure = null; 146a149,152 > /** > * Sets the createdFigure attribute of the CreationTool object > */ > protected void setCreatedFigure(Figure newCreatedFigure) { 147,147d148 < private void setCreatedFigure(Figure newCreatedFigure) { 158a164,167 > /** > * Sets the addedFigure attribute of the CreationTool object > */ > protected void setAddedFigure(Figure newAddedFigure) { 159,159d163 < private void setAddedFigure(Figure newAddedFigure) { 179a188,197 > > > /** > * Sets the anchorPoint attribute of the CreationTool object > * > * @param newAnchorPoint The new anchorPoint value > */ > protected void setAnchorPoint(Point newAnchorPoint) { > fAnchorPoint = newAnchorPoint; > }