left = createLine(tl, bl, true);
right = createLine(tr, br, true);
bottom = createLine(br, bl, true);
BitmapFont myFont = GlobalObjectStore.<AssetManager>getObject(AssetManager.class).loadFont("Interface/Fonts/Console.fnt");
t = new BitmapText(myFont, false);
t.setColor(ColorRGBA.Pink);
t.setBox(new Rectangle(0, 0, 100, 100));
t.setAlignment(Align.Left);
t.setVerticalAlignment(VAlign.Top);
t.setLocalTranslation(0, 0, 2);