private void SpecifyStartAndEndOnGrid() //change the color of the start and end positions for demsontration purposes
 {
     mazeStart.setSectionColor(Color.blue);
     mazeExit.setSectionColor(Color.red);
 }