Slideshow with swing
843807Dec 7 2009 — edited Dec 7 2009Hi,
I have a collection of images that I show on a JLable (as ImageIcons). Now I want to create a play button which loads each image on the JLabel, waits for 2 seconds and loads the next image. I'm not sure if I should use two different threads or if it's possible to use only one thread.
Any help or comments?
Thank You :)