Reference auf TextBox entfernt

This commit is contained in:
ngb
2022-07-07 09:20:36 +02:00
parent 49ad98fd82
commit b6b8263e5e

View File

@@ -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