On Sat, 29 Sep 2007 03:11:58 GMT, "timothy ma and constance lee"
<timcons1@shaw.ca> wrote, quoted or indirectly quoted someone who said
>anyone can teach me to how to do animation in JDK1.3
First learn to draw arbitrary shapes. See
http://mindprod.com/jgloss/canvas.html
http://mindprod.com/products.html#SCREWS
Then read up on timers, see http://mindprod.com/jgloss/timer.html
You change the picture frequently to give the illusion of movement. If
you just repaint a clipregion, of the changed region, it will work
faster than if you repaint the whole thing.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
On Sep 28, 8:11 pm, "timothy ma and constance lee" <timco...@shaw.ca>
wrote:
> anyone can teach me to how to do animation in JDK1.3
You might want to look at Java 2D. I believe it is available in 1.3 -
Google around and you might even find some demo/samples to get
started.
-cheers,
Manish
Lew - 29 Sep 2007 07:55 GMT
> On Sep 28, 8:11 pm, "timothy ma and constance lee" <timco...@shaw.ca>
> wrote:
[quoted text clipped - 3 lines]
> Google around and you might even find some demo/samples to get
> started.
But if one may ask, why Java 1.3, and not a living version? How about the
current version?

Signature
Lew