java - An SWT FileDialog Selected Directories Only in Swing -


i have swing app use windows7/vista style filedialogs , have found reasonable solution using swt in conjunction swing: does swing support windows 7-style file choosers?

however, i'm trying same dialog accept directories (the "select folder" button instead of "open" button).

i do not want use typical directorydialog:

enter image description here



i want use dialog favorites on left, address bar on top, , ability select folders:

enter image description here

anyone know how accomplish this?

replies appreciated.

baz said it: not possible dialog using swt. answer question other frameworks: believe there plenty, example use jide. not dialog want, @ least enhanced version (folderchooser) few advantages:

  • convenience-buttons (desktop, documents, ...)
  • delete/create new directory
  • address bar

and best of this: free, cause it's in "common layer". can try folderchooser launching demo-webstart-project.


Comments