Title: File Finder
Description: Recusively Finds all the images in the folder passed in
| Constructor Detail |
public FileFinder(File folder,
JLabel label,
MainWindow frame1)
folder - File the folder where the image arelabel - JLabel The lable that displays the number of images foundframe1 - MainWindow the window the call to this program came from and will return to