248249250251252253254255256257258
public void execute(FEPath p, Object o) { Point r = (Point) o; FEPointList fepl = p.getFEPointList(); fepl.translate(r.x, r.y); } }, new Point(dx, dy)); //instruction_stream.fepointlist.translate(dx, dy); //getSliders().translate(dx, dy); }