scop / portecle

User friendly GUI application for creating, managing and examining keystores, keys, certificates, certificate requests, certificate revocation lists and more
http://portecle.sourceforge.net/
GNU General Public License v2.0
145 stars 45 forks source link

MissingResourceException FileChooseFactor y.KeyStoreFiles.BKS_V1 #43

Closed scop closed 6 years ago

scop commented 9 years ago

Looks like the BKS_v1 integration still has some problems:

Exception in thread "AWT-EventQueue-0" java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key FileChooseFactor y.KeyStoreFiles.BKS_V1

The file "resources.properties" misses the following line:

FileChooseFactory.KeyStoreFiles.BKS_V1=BKS Keystore Files ({0})

BTW: It looks like Exceptions are only visible on the console, in case the console is visible. It would be good to have an default exception handler that displays at least a small error dialog.

Reported by: jpstotz

scop commented 9 years ago

Original comment by: scop

scop commented 9 years ago

Fixed in [fc9cf1], thanks for the heads up.

Original comment by: scop