MTTextArea text = new MTTextArea(app, font);
text.setFillColor(new MTColor(150,150,250,200));
text.setNoFill(true);
text.setNoStroke(true);
text.setText(sceneToCreate.getTitle());
text.rotateZ(text.getCenterPointLocal(), 90, TransformSpace.LOCAL);
cell.addChild(text);
// text.setAnchor(PositionAnchor.CENTER);
// PositionAnchor oldCellAnchor = cell.getAnchor();
// cell.setAnchor(PositionAnchor.CENTER);