diff options
author | Sven Gothel <[email protected]> | 2001-02-13 05:32:07 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-02-13 05:32:07 +0000 |
commit | 3e2b16a820bfe03f8f3837c3aaa615c8c4b7f18c (patch) | |
tree | d834a05eb37751b4c95045c3021589f2e22fcd9f /demos/RonsDemos/text3d.java | |
parent | 91bc9d109b2d16e6d42f1fbcc9d3dbca51c40b69 (diff) |
JAWT Support JDK >=1.3
Diffstat (limited to 'demos/RonsDemos/text3d.java')
-rw-r--r-- | demos/RonsDemos/text3d.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/RonsDemos/text3d.java b/demos/RonsDemos/text3d.java index ed40bee..9d288d5 100644 --- a/demos/RonsDemos/text3d.java +++ b/demos/RonsDemos/text3d.java @@ -371,6 +371,7 @@ public class text3d extends SimpleGLAnimApplet1 doubleBuffer = true;
stereoView = false;
accumSize = 8;
+ setUseRepaint(false);
}
public void init()
|