Animated GIF in Java? [duplicate]
Possible Duplicates:
Display animated gif on jPanel Show animated gif in Java
So I am creating a game applet in Java, using Netbeans. It is 开发者_运维问答textbased, but I want to display an animated GIF image on the front page. I only know how to display static images. Could anyone help?
You might try putting the animated GIF into a JLabel. If I remember correctly, the JLabel will automatically animate the GIF.
精彩评论