new class loader and additional jni fixes

This commit is contained in:
benfry
2005-02-01 04:10:22 +00:00
parent d061feb6fa
commit a987357920
9 changed files with 450 additions and 72 deletions

View File

@@ -4029,6 +4029,7 @@ public class PApplet extends Applet
}
try {
Thread.sleep(250);
//Thread.sleep(100); // kick up latency for 0075?
} catch (InterruptedException e) { }
}
}