In this case, g.drawImage
each frame in the scene draws only the first frame of the gif-animation. How to make the animation play completely?
public void Draw(Graphics g) { g.drawImage(image, 0, 0, g.TOP | g.LEFT); }
There is such a thing - J2ME can not display an animated GIF. Try this source. At the same time, unsubscribe works or not? I myself am extremely curious.
Source: https://ru.stackoverflow.com/questions/96712/
All Articles