Apparently, there are (at least?) two different native File choosers on Windows (10). There is this one, which is used by JFileChooser
and other programs:
And there is that one, for example used by Chrome:
I like it much more than the first one because:
- You can directly enter your file path at the top
- Your can search the folder
- The direct access on the left contains the whole file tree
How do I get it in Java?