Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/test/jme3test/gui/
DTestBitmapFont.java53 private BitmapText txt3; field in TestBitmapFont
80 txt3 = new BitmapText(fnt, false); in simpleInitApp()
81 txt3.setBox(new Rectangle(0, 0, settings.getWidth(), 0)); in simpleInitApp()
82 txt3.setText("Press Tab to toggle word-wrap. type text and enter to input text"); in simpleInitApp()
83 txt3.setLocalTranslation(0, settings.getHeight()/2, 0); in simpleInitApp()
84 guiNode.attachChild(txt3); in simpleInitApp()
111 txt3.setText(str.toString());