• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Animation

 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Are any animation libraries included in the standard libraries? If so, what are they, please?
I'm just trying to figure out how to get things to move around in my applets. I've already written a few where something is displayed in some color, then it's displayed again in the background color (essentially making it invisible), displayed again a few pixels over, etc. It's somewhat cumbersome and I'm guessing that there's a better way - maybe a class somewhere that does all of the drawing and erasing for me, and lets me describe a path, or something of that nature.
Thanks for your input.
-Dirk Schreckmann
[ January 18, 2002: Message edited by: Dirk Schreckmann ]
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here in an animiation tutorial at Sun.
[ January 21, 2002: Message edited by: Cindy Glass ]
 
Author
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Dirk!
There is an article about realtime animation with Java 2D in the german Java-Magazin (your name sounds german ).
Greetings from Hamburg,
Stefan
 
Why fit in when you were born to stand out? - Seuss. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic