Animated GIF in Java?

Possible duplicates:
Show animated gif on jPanel
Show animated gif in Java

So, I am creating a game applet in Java using Netbeans. This is a text box, but I want to display an animated GIF on the first page. I know how to display static images. Can anyone help?

+4
source share
1 answer

You can try posting animated GIFs in JLabel. If I remember correctly, JLabel will automatically revive GIFs.

+1
source

Source: https://habr.com/ru/post/1369200/


All Articles