Searched refs:jabText (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
H A DTestComboMoves.java60 private BitmapText jabText; field in class:TestComboMoves
100 jabText = new BitmapText(guiFont);
101 jabText.setColor(ColorRGBA.Red);
102 jabText.setLocalTranslation(0, jabText.getLineHeight()*3f, 0);
103 guiNode.attachChild(jabText);
157 jabText.setText("Jab Exec: " + jabExec.getDebugString());

Completed in 58 milliseconds