I'm developing an application using JavaFX and I have to use a DirectoryChooser. I'm calling it through the following code:


DirectoryChooser chooser = new DirectoryChooser();
...