From b6b8263e5ede1ccd9af401697969fa2168588c1f Mon Sep 17 00:00:00 2001 From: "J. Neugebauer" Date: Thu, 7 Jul 2022 09:20:36 +0200 Subject: [PATCH] Reference auf TextBox entfernt --- test/src/schule/ngb/zm/TestShapes.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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