how to return a list using SwingWorker
- by Ender
I have an assignment where i have to create an Image Gallery which uses a SwingWorker to load the images froma a file, once the image is load you can flip threw the image and have a slideshow play. I am having trouble getting the list of loaded images using SwingWorker.
This is what happens in the background it just publishes the results to a…