public interface AnimateInterface {
  public void move(int x, int y);
  public void paint();
} // end AnimateInterface
