I have a swing app that I would like to use Windows7/Vista style FileDialogs and have found a reasonable solution using SWT in conjunction with swing: Does Swing support Windows 7-style file choosers?
However, now I'm trying to get this same dialog to accept only directories (the "Select Folder" button instead of the "Open" button).
I do not want to use the typical DirectoryDialog:
I want to use the Dialog with favorites on the left, address bar on the top, and the ability to select folders:
Anyone know how to accomplish this?
Replies are greatly appreciated.