amination

  • Follow


anyone can teach me to how to do animation in JDK1.3 
0
Reply timcons1 (40) 9/29/2007 3:11:58 AM

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.
-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
0
Reply Roedy 9/29/2007 4:09:55 AM


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.3You 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 getstarted.-cheers,Manish
0
Reply Manish 9/29/2007 4:11:55 AM

Manish Pandit wrote:> 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.But if one may ask, why Java 1.3, and not a living version?  How about the current version?-- Lew
0
Reply Lew 9/29/2007 6:55:29 AM

3 Replies
99 Views

(page loaded in 0.095 seconds)

Similiar Articles:













7/29/2012 12:33:20 AM


Reply: