AppletLoader - Fix a threading issue where the cleanUp() method could fail to be called.

This commit is contained in:
kappa1 2011-01-13 10:54:04 +00:00
parent 62f8a9608a
commit 4fe9b04bd4
1 changed files with 1 additions and 0 deletions

View File

@ -768,6 +768,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
switchApplet();
state = STATE_DONE;
repaint();
} catch (AccessControlException ace) {
fatalErrorOccured(ace.getMessage(), ace);
certificateRefused = true;