This repository was archived by the owner on May 5, 2021. It is now read-only.
rajing/vfsjfilechooser2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
README ====== vfsjfilechooser2 is a mavenized fork of the dormant vfsjfilechooser project on sf.net (http://vfsjfilechooser.sourceforge.net/). It is an alternative to Java's JFileChooser Swing component, which does not suffer from the JFileChooser's infamous "freezes" on Windows (http://bugs.sun.com/view_bug.do?bug_id=6372808). It has been updated to work with version 2.0 of the VFS Apache commons and includes a few bugfixes and enhancements. Developers of the original project: stanlove, stephanschuster, worse, yveszoundi The project is licensed under the Apache Software License, Version 2.0 (see LICENSE.txt for details). How to include the artifact in your project: <dependency> <groupId>com.googlecode.vfsjfilechooser2</groupId> <artifactId>vfsjfilechooser2</artifactId> <version>${project.version}</version> </dependency> Current project page: http://code.google.com/p/vfsjfilechooser2/ -- FracPete