Searched refs:helloText (Results 1 – 2 of 2) sorted by relevance
74 BitmapText helloText = new BitmapText(guiFont, false); in simpleInitApp() local75 helloText.setSize(guiFont.getCharSet().getRenderedSize()); in simpleInitApp()76 helloText.setText("Hello World"); in simpleInitApp()77 helloText.setLocalTranslation(300, helloText.getLineHeight(), 0); in simpleInitApp()78 guiNode.attachChild(helloText); in simpleInitApp()
70 BitmapText helloText = new BitmapText(guiFont); in simpleInitApp() local71 helloText.setText("The icon of the app should be a smart monkey!"); in simpleInitApp()72 helloText.setLocalTranslation(300, helloText.getLineHeight(), 0); in simpleInitApp()73 guiNode.attachChild(helloText); in simpleInitApp()