Link to home
Start Free TrialLog in
Avatar of lained
lained

asked on

Animated GIF's in an Application

I would like to know if there is a way, in the standard JDK, to setup and display an animated gif on a Canvas in an application.   I do not want the frame portion's, so I understand that using a Canvas may be a solution.  Also, this is not going to be run as an applet, but a stand alone application.

Thanks

Doug
Avatar of evijay
evijay

You can do it using JFC Swing component

Avatar of lained

ASKER

Can it be done without swing?
ASKER CERTIFIED SOLUTION
Avatar of sulam
sulam

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lained

ASKER

The version is 1.1.6.

Thanks