this.mtApp = mtApplication;
//Set the background color
this.setClearColor(new MTColor(146, 150, 188, 255));
this.registerGlobalInputProcessor(new CursorTracer(mtApp, this));
//Create a textfield
MTTextArea textField = new MTTextArea(mtApplication, FontManager.getInstance().createFont(mtApp, "arial.ttf",
50, new MTColor(255, 255, 255, 255), new MTColor(255, 255, 255, 255)));
textField.setNoFill(true);