aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MiscDemos/accanti.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-02-14 07:38:31 +0000
committerSven Gothel <[email protected]>2001-02-14 07:38:31 +0000
commitaaad1aab82e57bc369e26f55a25b24fb77d9fd45 (patch)
tree78051e866c0f313ff5fdc48bd494f7e6eb75ec74 /demos/MiscDemos/accanti.java
parentf36d363033840c84c76bf5285a252846aa9a7e96 (diff)
2.5.2.0 test2rel-2-5-2-0-test2
Diffstat (limited to 'demos/MiscDemos/accanti.java')
-rw-r--r--demos/MiscDemos/accanti.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/MiscDemos/accanti.java b/demos/MiscDemos/accanti.java
index f15287a..44bbbd6 100644
--- a/demos/MiscDemos/accanti.java
+++ b/demos/MiscDemos/accanti.java
@@ -82,7 +82,8 @@ public class accanti extends Applet
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,