Retrieves a boolean value indicating whether a Win32 timer is used instead of a separate thread to synchronize animation playback.
public final boolean getUseTimer()
Returns true if a timer will be used; returns false if a thread will be used. Threads are used by default.
To set the value of the useTimer property, use the setUseTimer method.
See Also setUseTimer