FXFileChooser icon indicating copy to clipboard operation
FXFileChooser copied to clipboard

API & functionality cleanup

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

Remove all non-core functionalities and APIs. File chooser use cases shall be limited to:

  • Run FileChooser from JavaFX within a separate window
  • Run FileChooser from JavaFX within JavaFX dialog
  • Run FileChooser from Swing within a separate window

For the first, FileChooser shall use JavaFX standard components.

Make the demos concise, concentrate on the important stuff.

Oliver-Loeffler avatar Apr 10 '20 11:04 Oliver-Loeffler

Rework API so, that the SwingFileChooser can be used as a dropin replacement for the standard swing file chooser. Same applies for the JavaFX filechooser. APIs should match to enable dropin use.

Oliver-Loeffler avatar Oct 27 '20 00:10 Oliver-Loeffler