Thread
:
Problem going outside paintComponent
View Single Post
#
10
(
permalink
)
12-08-2007, 05:59 PM
hardwired
Senior Member
Join Date: Jul 2007
Posts: 1,189
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.
hardwired
View Public Profile
Send a private message to hardwired
Find all posts by hardwired