// Create the school's shape
shape = new Rectangle2DExt();
shape.setFrameFromCenter(location.x, location.y, location.x + 15, location.y + 15);
this.location = new Point2DExt(location);
// Create the handle
List<Handle> handles = new ArrayList<Handle>();
handles.add(new Handle(location, "location", MotionRestriction.None));