MTTextArea text = new MTTextArea(app, font);
text.appendText(new Integer(id).toString());
text.setFillColor(new MTColor(0, 0, 0, 0));
text.setStrokeColor(new MTColor(0, 0, 0, 0));
text.unregisterAllInputProcessors();
comp.addChild(text);
text.setPositionRelativeToParent(comp.getCenterPointLocal());
return comp;
}
public void init() {}