PasswordDemo 7.0
Download
Free   11.2 KB

PasswordDemo 7.0

Free The JPasswordField provides specialized text fields for password entry
Rating
Your vote:
Latest version:
7.0.250 See all
Developer:
The Java(tm) Tutorial: Sun Microsystems, Inc.
Screenshots
1 / 1
Download
Free   11.2 KB

The JPasswordField class, a subclass of JTextField, provides specialized text fields for password entry. For security reasons, a password field does not show the characters that the user types. Instead, the field displays a character different from the one typed, such as an asterisk '*'. As another security precaution, a password field stores its value as an array of characters, rather than as a string.

Comments

User

Your vote: