Photoshop – Java Swing drawing gif as background to several JButtons and JLabels
I want to draw a gif as background to the starting window of my java project (small game in Java swing for school). Here's my code so far: package graphic; import javax.swing.*; import java.awt.*; import java.io.File; //Frame di inizio gioco…