+ 2
How to make animation by java?
java
3 Réponses
+ 8
You need a gui framework.
Search for JavaFX animations:
http://docs.oracle.com/javafx/2/animations/jfxpub-animations.htm
And you can use some css animations for JavaFX as well, so have a look at css animations as well.
+ 3
If you know Java, then you might want to use Processing.