OSDN Git Service

Added passwordCharacter field to TextField by default with the value of the TextField...
authorariel.coppes@gmail.com <ariel.coppes@gmail.com@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 20 Feb 2012 18:42:14 +0000 (18:42 +0000)
committerariel.coppes@gmail.com <ariel.coppes@gmail.com@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 20 Feb 2012 18:42:14 +0000 (18:42 +0000)
commit9bcd456239ba10851ab2939edae28962ac3ca569
tree408e626ab80030de089810cc205bf1515b5d277e
parentc4d7756d589faa5fc359031650fede4b569a5fef
Added passwordCharacter field to TextField by default with the value of the TextField.BULLET constant, and a setPasswordCharacter(char) to be able to configure the desired password character for the TextField. Added a TextField with passwordMode enabled in the UITest to show how it works
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/TextField.java
tests/gdx-tests/src/com/badlogic/gdx/tests/UITest.java