Oliver-Loeffler / FXFileChooser

Custom JavaFX file chooser which allows quick manual filtering, which allows to add Path predicates as filter and which is testable using TestFX.
Apache License 2.0
44 stars 8 forks source link

Create a custom JavaFX Directory chooser which just shows a directory tree #39

Closed Oliver-Loeffler closed 1 year ago

Oliver-Loeffler commented 4 years ago

Current directory selection standard dialogs on Windows or MacOS do not show a simple directory tree. Instead the dialogs appear like file dialogs but accept only directories.

Oliver-Loeffler commented 1 year ago

Closed with 9e6a2092ae6ffaf31df5339937ae6d039e136f1b. By default the JavaFX platform chooser is used but one can configure the alternative directory chooser by providing an updated swingfilechooser.properties file.