View Single Post
  #10 (permalink)  
Old 12-08-2007, 05:59 PM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,189
hardwired is on a distinguished road
I would load the animated gif into a JLabel with ImageIcon and let the jvm display it. If you want to draw it in paintComponent then you can unpack the images, save them into an array or collection and animate them in your code.
Reply With Quote