FXFileChooser icon indicating copy to clipboard operation
FXFileChooser copied to clipboard

Use JavaFX directory chooser instead of Swing directory chooser in Swing modules

Open Oliver-Loeffler opened this issue 5 years ago • 1 comments

The JavaFX directory chooser works way better than the old Swing directory chooser. Replace Swing directory chooser with JavaFX directory chooser.

Consider generalization to make both interchangeable.

Oliver-Loeffler avatar Apr 07 '19 16:04 Oliver-Loeffler

Provide Swing-Wrapper API to access the JavaFX FileChooser and Directory chooser, while keeping modality and configurability (e.g. file extensions).

Oliver-Loeffler avatar Aug 17 '19 08:08 Oliver-Loeffler