JFileChooser for directories on the Mac: how to make it not suck?

Posted by Mike Hearn on Stack Overflow See other posts from Stack Overflow or by Mike Hearn
Published on 2009-08-31T07:37:55Z Indexed on 2010/05/12 10:54 UTC
Read the original article Hit count: 1071

Filed under:
|
|
|

The JFileChooser in "directories only" mode on the Mac has two serious, crippling problems:

1) You cannot create directories with it

2) You cannot switch drives

This is rather a huge problem for my installer app. As far as I can tell, Apple provides no way around this problem, you can't even activate the non-native directory chooser ... so the only alternative is to find a free/open source pure-Java replacement widget.

Does anybody know of one?

© Stack Overflow or respective owner

Related posts about java

Related posts about mac