8788899091929394959697
* @param state true to animate */ public void setAnimate( boolean state ) { if ( state ) { animationThread = new PlayerThread(); animationThread.addListener( this ); } else animationThread = null; }