Home
last modified time | relevance | path

Searched refs:helloText (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
DHelloAssets.java74 BitmapText helloText = new BitmapText(guiFont, false); in simpleInitApp() local
75 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()
/external/jmonkeyengine/engine/src/test/jme3test/app/
DTestChangeAppIcon.java70 BitmapText helloText = new BitmapText(guiFont); in simpleInitApp() local
71 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()