Hi All,
I am running Java 1.5.0_04 on windows xp.
I have one animated GIF file and a static GIF file. First I setIcon() to the
JLabel with the static GIF file. Before I perform some activities, I
setIcon() to the JLabel with the animated GIF file so that the user knows
some kind of process is going on. The label gets updated with the animated gif, but the gif looks static, i.e. the animation is lost....why is this happening?
-Cathy
[ August 16, 2005: Message edited by: Cathy Song ]