Close
jGuru Forums
Posted By: Jay_Desai Posted On: Wednesday, December 5, 2001 06:28 PM
I wanted to know how I can hide the password with *s in the password textfield rather than showing the actual password. For example, when we sign into yahoomail or hotmail, as the password is entered the *s show up in the password textfield. What do I do to get it like that in an applet?
Re: Verifying user name and password.(hiding the password with *s).
Posted By: Krzysztof_Raciniewski Posted On: Wednesday, December 5, 2001 11:59 PM
setEchoChar('*')