https://github.com/fracpete/vfsjfilechooser2
Updated fork of vfsjfilechooser project on sf.net.
https://github.com/fracpete/vfsjfilechooser2
file-explorer java
Last synced: 6 months ago
JSON representation
Updated fork of vfsjfilechooser project on sf.net.
- Host: GitHub
- URL: https://github.com/fracpete/vfsjfilechooser2
- Owner: fracpete
- License: apache-2.0
- Created: 2015-03-15T22:19:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T19:07:51.000Z (about 1 year ago)
- Last Synced: 2024-10-19T12:15:46.877Z (about 1 year ago)
- Topics: file-explorer, java
- Language: Java
- Homepage:
- Size: 453 KB
- Stars: 8
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
vfsjfilechooser2
================vfsjfilechooser2 is a mavenized fork of the dormant vfsjfilechooser project on
sf.net (https://sourceforge.net/projects/vfsjfilechooser/).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
* yveszoundiThe project is licensed under the Apache Software License, Version 2.0 (see
LICENSE.txt for details).How to include the artifact in your project:
```xml
com.github.fracpete
vfsjfilechooser2
0.2.9
```Current project page:
https://github.com/fracpete/vfsjfilechooser2