TextField.setEchoChar

TextField.setEchoChar

Class Overview | Class Members | This Package | All Packages

Syntax
public void setEchoChar( char c )
Parameters
c
the echo character for this text field.
Description
Sets the echo character for this text field.

An echo character is useful for text fields where user input should not be echoed to the screen, as in the case of a text field for entering a password.

See Also
echoCharIsSet, getEchoChar