mosaiccreator
Class FileFinder

public class FileFinder
implements Runnable

Title: File Finder

Description: Recusively Finds all the images in the folder passed in

Version:
1.0
Author:
Lance Finfock
Constructor Detail

FileFinder

public FileFinder(File folder,
                  JLabel label,
                  MainWindow frame1)
Parameters:
folder - File the folder where the image are
label - JLabel The lable that displays the number of images found
frame1 - MainWindow the window the call to this program came from and will return to