PasswordDemo 7.0
Free
Latest version:
7.0.250
See all
Developer:
The Java(tm) Tutorial: Sun Microsystems, Inc.
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