|
JImageFileChooser: an Improved File Chooser with Image Preview
JImageFileChooser
- An extended JFileChooser that supports image preview and image information
extraction.
An
extended JFileChooser that supports image preview and image information extraction.
When the user clicks an image file, its preview and associated information will
be displayed to assist the user to select the proper image.
Easy to use
Example:
JFileChooser fc = new JImageFileChooser(lastDirectory);
fc.addChoosableFileFilter(JImageFileChooser.getImageFileFilter());
int returnVal = fc.showOpenDialog(frame);
More advantage settings can be found in the developers'
guide.
|