diff --git a/test/src/schule/ngb/zm/TestShapes.java b/test/src/schule/ngb/zm/TestShapes.java index 0a73166..146cff7 100644 --- a/test/src/schule/ngb/zm/TestShapes.java +++ b/test/src/schule/ngb/zm/TestShapes.java @@ -77,9 +77,8 @@ public class TestShapes extends Zeichenmaschine { r.alignTo(bounds, LEFT); } - Text t = new TextBox(width/2, height/2, 200, 200, "Hello,\nWorld!"); - - shapes.add(t); + //Text t = new TextBox(width/2, height/2, 200, 200, "Hello,\nWorld!"); + //shapes.add(t); } @Override