As the standard JavaFX file chooser uses system dialogs, so it is hard to test and it is not easy to modifiy (e. g. new Skin). In some cases the system controls even show poor performance opening ...
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.
With the release of JavaFX 2.0 the question for many Java developers is whether it’s time to start transitioning Swing applications to this new UI paradigm, and what better way to find out than by a ...