Sets a boolean value indicating whether a Win32 timer is used instead of a separate thread to synchronize animation playback.
public final void setUseTimer( boolean value )
value
Set to true if a timer will be used; set to false if a thread will be used. The default value is false.
To get the value of the useTimer property, use the getUseTimer method.
See Also getUseTimer