Is it possible to make the DirectoryChooser display files, not only directories? The same problem as described here JFileChooser select directory but show files but in JavaFX.
Asked
Active
Viewed 807 times
5
-
I dont think that this is posible because javafx uses the System DirectoryChooser. If you realy need that, take the JFileChooser or write your own... – Marcel Jun 11 '15 at 11:46