I was using swing to create a program/start menu for my java program. What I want is for my program to play an animated GIF in the background, while an invisible button over a certain section of the gif (which only reveals its presence if you mouse over it). My problems are thus:
A) I am not sure how to get the animated gif to play while to program waits for a button press. B) How do I make a JButton invisible?
Any help would be appreciated, thanks.
-JXP