kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

FileChooserfactory #289

Closed Colbix closed 3 years ago

Colbix commented 3 years ago

From the discussion #288, I've updated the FileChooserFactory and JavaFXFileChooser. This will eliminate the need for the class FileExtFilter and should be seamless for the existing project.

kaikramer commented 3 years ago

Thanks, good work!