I\'ve got a non-looping gif that I use as ImageIcon for two JLabels, but not at the same time.
My problem is that when I set the second JLabel\'s icon to be the gif,
On the newly created icon try using:
icon.getImage().flush();