An open API service indexing awesome lists of open source software.

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.

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
* 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:
```xml

com.github.fracpete
vfsjfilechooser2
0.2.9

```

Current project page:

https://github.com/fracpete/vfsjfilechooser2