mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 06:33:34 +02:00
Reference auf TextBox entfernt
This commit is contained in:
@@ -77,9 +77,8 @@ public class TestShapes extends Zeichenmaschine {
|
|||||||
r.alignTo(bounds, LEFT);
|
r.alignTo(bounds, LEFT);
|
||||||
}
|
}
|
||||||
|
|
||||||
Text t = new TextBox(width/2, height/2, 200, 200, "Hello,\nWorld!");
|
//Text t = new TextBox(width/2, height/2, 200, 200, "Hello,\nWorld!");
|
||||||
|
//shapes.add(t);
|
||||||
shapes.add(t);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user