/** Sets the border to the specified list */
 public void setBorder(Point2D.Double[] b) {
   scenario.border = b;
 }