public void setLocation(int x, int y) { // added by monroe
   super.setLocation(x, y);
   truckOrig.setLocation(getCenterLocation());
 }