smooth polygons fix, fix url opening, fix history menu

This commit is contained in:
benfry
2003-10-18 21:32:57 +00:00
parent 872264b6d0
commit 0ce80f3266
4 changed files with 35 additions and 30 deletions

View File

@@ -130,10 +130,11 @@ public class PdeRuntime implements PdeMessageConsumer {
// until it's finished rendering, otherwise the width/height
// may not have been properly set.
if (drawMode) {
//System.out.println("draw mode");
while ((applet.frame != 1) && (!applet.finished)) {
try {
//System.out.println("waiting to complete drawing");
Thread.sleep(5);
Thread.sleep(100);
} catch (InterruptedException e) { }
}
}