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.67k stars 271 forks source link

Updated FileChooserFactory to include setFileFilter #387

Closed Colbix closed 2 years ago

Colbix commented 2 years ago

~Modified several functions with preset extension filters. If multiple extension filters were added they are now in alphabetical order. +Set the the first extension filter as the default. Devs can modify the setFileFilter in their own class to overwrite as needed. +Added a no file filter function to allow Devs to present an empty filter and populate as desired.