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

FXFileChooser shall show latest selected directory in window title #38

Closed Oliver-Loeffler closed 2 years ago

Oliver-Loeffler commented 4 years ago

When FXFileChooser is opened in a dialog, the dialog shows the current searched directory. The stage-version does not show the directory which has been selected.

The stage-version shall show the selected directory in the stage window title, so the user always knows where the file chooser is currently located in.

Oliver-Loeffler commented 4 years ago

Well, there may be cases, where this information is probably not of interest. Especially when directory navigation is not permitted. See issue #41 .