Should start() throws an exception when the thread is alive()? Or should start() just “return;” if the thread is not null and is the current running thread? AK77
The design philosophy in JOGL has been to throw exceptions rather than silently faiil. Note that Animator.start() behaves like Thread.start() in this regard.