View Full Version : import gif into a java program
lilyoungfella
03-05-2009, 12:03 PM
would it be possible to display an animated image into my java program???
angie555
03-11-2009, 01:27 AM
Using a graphic viewer you can create an animated Java image.. not sure about displaying a preexisting one.
Component c;
Graphics g;
int x;
int y;
g.drawImage(image, x, y, c);
Hope this helped.
-♥Angie
Powered by vBulletin® Version 4.2.2 Copyright © 2023 vBulletin Solutions, Inc. All rights reserved.