steos / jnafilechooser

A Java file chooser API that uses the Windows native dialogs if possible.
BSD 3-Clause "New" or "Revised" License
53 stars 14 forks source link

Update jnafilechooser to use new "Common Item Dialog" API #3

Open davidekholm opened 7 years ago

davidekholm commented 7 years ago

Since Windows Vista, Microsoft has a new API that replaces the API jnafilechooser is currently using. The new API, called "Common Item Dialog" has several important improvements, most importantly, it's respecting the initial directory. Please update jnafilechooser to use "Common Item Dialog": https://msdn.microsoft.com/en-us/library/windows/desktop/bb776913(v=vs.85).aspx