これらのチュートリアルは、C++のチュートリアルに沿って簡単に進められるように書かれています。 なお、JavaとLWJGLのスタイルに合わせるために、いくつかの変更が行われています。
then, for applying animation we have to define a new thread object, as such class JAppPanel extends JPANEL implements Runable{ Threads thread = new Threads(this); thread.start() } to work with thread, ...