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

Make DirectoryChooser and FileChooser compatible with SceneBuilder #63

Closed Oliver-Loeffler closed 1 year ago

Oliver-Loeffler commented 1 year ago

As of now, one needs to call specific factory methods to create instances of DirectoryChooserView and FileChooserView. Any attempt to use both controls within SceneBuilder fail. This is due to the missing default constructor.

Oliver-Loeffler commented 1 year ago

Both controls are now compatible with Scene Builder. Unfortunately the CSS requires rework as it does not work properly. Closed with 4c5b2f60eb9b591765dcaef3434ecff25b86c780.