Swing's JFileChooser provides the setAccessory method to extend the file chooser by any Swing component, e.g. for a file preview or for the selection of options.
Is there any similar possibility in JavaFX's FileChooser and DirectoryChooser?
Swing's JFileChooser provides the setAccessory method to extend the file chooser by any Swing component, e.g. for a file preview or for the selection of options.
Is there any similar possibility in JavaFX's FileChooser and DirectoryChooser?