diff options
author | Sven Gothel <[email protected]> | 2001-02-14 07:38:31 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-02-14 07:38:31 +0000 |
commit | aaad1aab82e57bc369e26f55a25b24fb77d9fd45 (patch) | |
tree | 78051e866c0f313ff5fdc48bd494f7e6eb75ec74 /demos/MiscDemos/DrawColoredPrimitives2.java | |
parent | f36d363033840c84c76bf5285a252846aa9a7e96 (diff) |
2.5.2.0 test2rel-2-5-2-0-test2
Diffstat (limited to 'demos/MiscDemos/DrawColoredPrimitives2.java')
-rw-r--r-- | demos/MiscDemos/DrawColoredPrimitives2.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/MiscDemos/DrawColoredPrimitives2.java b/demos/MiscDemos/DrawColoredPrimitives2.java index e67f46b..7ff7cb7 100644 --- a/demos/MiscDemos/DrawColoredPrimitives2.java +++ b/demos/MiscDemos/DrawColoredPrimitives2.java @@ -54,7 +54,8 @@ public class DrawColoredPrimitives2 extends SimpleGLAnimApplet1 Dimension ps = applet.getPreferredSize();
f.setBounds(-100,-100,99,99);
f.setVisible(true);
- //f.setVisible(false);
+ f.setVisible(false);
+ f.setVisible(true);
Insets i = f.getInsets();
f.setBounds(0,0,
ps.width+i.left+i.right,
|