Release the lock whenever the applet finishes
This commit is contained in:
@@ -116,6 +116,7 @@ public class GetdownApplet extends JApplet
|
|||||||
return GetdownApplet.this;
|
return GetdownApplet.this;
|
||||||
}
|
}
|
||||||
protected void exit (int exitCode) {
|
protected void exit (int exitCode) {
|
||||||
|
_app.releaseLock();
|
||||||
// Redirect to the URL in 'redirect_on_finish' if we completed successfully.
|
// Redirect to the URL in 'redirect_on_finish' if we completed successfully.
|
||||||
// This allows us to use some javascript on that page to close Getdown's
|
// This allows us to use some javascript on that page to close Getdown's
|
||||||
// browser window. I'd prefer to use the javascript bridge from the applet
|
// browser window. I'd prefer to use the javascript bridge from the applet
|
||||||
|
|||||||
Reference in New Issue
Block a user