private void initDraw(Point startP) {
   currentShape = currentShape.clone();
   currentShape.initDraw(startP);
 }