applet的播放GIF動畫文件: public class Applet1 extends Applet {
private Image m_image=null;
public void init() {
m_image=getImage(getDocumentBase(), "001.gif");
}
public void paint(G
我使用這段代碼,如果有人熟悉的話,它來自黑莓知識庫。無論如何,我想知道如何使用這個類來操縱GIF。我可以在屏幕上獲得gif,但它不斷重複,不會消失。任何幫助是極大的讚賞! public class AnimatedGIFField extends BitmapField private GIFEncodedImage _image; //要繪製的圖像。 private int _currentFr