In the locales DE, IT, FR, SV, and JA java web start will hang when attempting
to display the security dialog for signed applications or applets.
The reason is the code in GeneralUtilities.addBoldText(), takes a string arg
of the form "XXX{0}YYY{1}ZZZ"
if XXX is null, as it is in the string passed in for these locales, the method
will go into an infinate loop!
to display the security dialog for signed applications or applets.
The reason is the code in GeneralUtilities.addBoldText(), takes a string arg
of the form "XXX{0}YYY{1}ZZZ"
if XXX is null, as it is in the string passed in for these locales, the method
will go into an infinate loop!