|
RT, I showed a GIF animation on jLabel, but as soon as the CLICK event of the button is executed, the GIF does not move. How do heroes solve it? The code is as follows
ImageIcon logoGif = new ImageIcon (imagepath);
jLabel Label = new jLabel (logoGif); |
|