Hi Ken, it seems FPSAnimator is not complete with a get and set for frames per second. I would like to be able set fps at runtime. you only need to add:
public synchronized void setFPS(int fps){this.fps = fps;}
public synchronized int getFPS(){return fps;}