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

Update to allow JavaFX showOpenMultipleDialog #281

Closed Colbix closed 3 years ago

Colbix commented 3 years ago

Expands the JavaFXFileChooser class to allow multiple file selection.

kaikramer commented 3 years ago

Thanks for the PR!