would it be possible to display an animated image into my java program???
would it be possible to display an animated image into my java program???
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
Bookmarks