I don't know how to display the gif.image of my code.
GifImage backgroundGif;
backgroundGif = null;
backgroundGif = new GifImage("World/Backgrounds/galaxy.gif");
setBackground(backgroundGif.getCurrentImage());if (backgroundGif != null) setBackground(backgroundGif.getCurrentImage());
public void act()