Overview | Methods | This Package | All Packages
Sets the character used to mask characters in a single-line edit control used to enter passwords.
Syntax
public final void setPasswordChar( char value )
Parameters
value
The character used to mask characters in an edit control used to enter passwords. Set to zero (0) if you do not want the edit control to mask characters as they are typed (that is, if you want the characters typed by the user to appear in the control). By default, characters are not masked.
See Also getPasswordChar