votes
Displaying pictures in popup windows using threads
I have a program that fetches images from a folder and displays them in a pop-up window. The problem is that if there a few images in the folder the program doesn't respond until all images are done. I would like to use threads so that I ca ...
