> I also noticed that although my program runs to the end I have to
> manually exit the programm after running it.
I believe that is because the graphics library kicks in at some point
(probably when creating the movie), and it has some threads that can
be stopped only with a System.exit.
Liviu.