资 源 简 介
Author:
stevpan@gmail.com
XFileDialog is a Java wrapper class built upon Windows CFileDialog/IFileDialog and JNI. With xfiledialog, a Java Swing app can easily access several frequently-used functions of Windows native Filedialog (multi-selection, thumbnail view-mode, folder-selection). On other platforms (MAC, LINUX) or DLL loading failure, XFileDialog will switch back to JFileChooser automatically.
Stable: 0.63
http://xfiledialog.googlecode.com/files/xfiledialog0.63.zip
The native C code was compiled with Visual C++ 2008.
XFileDialog is based on XP"s CFileDialog and Vista"s IFileDialog (Common Item Dialog).
Changelog:
Ver. 0.63
A bug in folder dialog under Windows XP 64 bit was fixed.
Applet deployment of XFileDialog was improved.
The XFileDialog interface was revised.
A new public method String getSaveFile() was provided for SaveFileDialog only.