I am adding a field final TextField Password = new TextField("", "Password", 20, TextField.PASSWORD);
When the user types the password you can see all the letters until the user TAB's off the field. I would like to see Asterisks while the user is typing, i.e. hide each letter or like some applications it lets you see the letter until you type the next letter.
How can I accomplish this?