@Override
 public void select(JPolygon toSelect) {
   clearEdgeInternal();
   super.select(toSelect);
 }