Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Changing speed of moving gif

807598Nov 28 2005 — edited Nov 28 2005
I currently have some java code that displays a moving gif file i.e. a gif file that has several images in it that are shown in a timed sequence and can give the illusion that the picture is moving if animated correctly.

Anyway I use
logo1 = new ImageIcon("magic.gif" );
to get the image and latter use a method that displays it.

My question is basically I was wondering if there is any other method I can use to slow the gif file down.

Otherwise I am going to have to edit the gif image itself by using some image manipulation software which I currently don�t have.

Any idea if this is possible.
Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 26 2005
Added on Nov 28 2005
6 comments
565 views