4

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?

Community
  • 1
  • 1
Jay
  • 143
  • 2
  • 11
  • 2
    Possible duplicate - [Show animated gif in Java](http://stackoverflow.com/questions/2935232/show-animated-gif-in-java) and [Display animated gif on JPanel](http://stackoverflow.com/questions/4339029/display-animated-gif-on-jpanel) – mre Aug 26 '11 at 17:12

1 Answers1

1

You might try putting the animated GIF into a JLabel. If I remember correctly, the JLabel will automatically animate the GIF.

Wer2
  • 86
  • 4