Creating a Movie of My Java Animation: Flying Ball

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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: