TextField.getEchoChar

TextField.getEchoChar

Class Overview | Class Members | This Package | All Packages

Syntax
public char getEchoChar()
Returns
the echo character for this text field.
Description
Gets the character that is to be used for echoing.

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, setEchoChar