fixed image downloading code

This commit is contained in:
benfry
2003-02-24 05:51:31 +00:00
parent 12d935a87b
commit 0f2e2c8c02
2 changed files with 32 additions and 21 deletions

View File

@@ -13,8 +13,8 @@ public class KjcApplet extends BApplet {
super.run();
} catch (Exception e) {
System.out.println("ex found in run");
//e.printStackTrace();
//System.out.println("ex found in run");
e.printStackTrace();
//engine.error(e);
engine.newMessage = true;
e.printStackTrace(engine.leechErr);