Creating a Movie of My Java Animation: Flying Ball

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Dear Dr
Messages
1
Reaction score
0
I have a java animation- a ball flying up and down.
Please help me to turn it into a movie because I want to see how it is played in winmedia player
 
Physics news on Phys.org
There's ways to do it with & without code. Without code you'd use a program like http://www.realnetworks.com/products/camtasia/ (free trial) and directly record whatever your Java animation is playing. To do this with code you might have to dump the bitmap for each frame into a file, producing a list of files which you can then combine into an animation.
 
Last edited by a moderator: