As the standard JavaFX file chooser uses system dialogs, so it is hard to test and hard to modify (e.g. new Skin). In some cases the system controls even show poor performance opening folders with ...
Create a file chooser by instantiating JFileChooser via one of its constructors, such as JFileChooser(), which initializes the file chooser to the user’s default directory. After creating a file ...