JImageFileChooser: Java Image Acquisition/Editor UI Components v1.0 - JImageDialog, JImageFileChooser

JImageFileChooser: an Improved File Chooser with Image Preview

JImageFileChooser - An extended JFileChooser that supports image preview and image information extraction.

JImageFileChooser    Click to enlarge ... 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.



ALL RIGHTS RESERVED BY LAB Asprise! © 1998 - 2010. Terms of Use | Privacy Policy