JPasswordield : Java Glossary

JPasswordField
single line display of text on the screen similar to a JTextField especially for keying passwords. Instead of presenting the result as a String JPasswordField gives you a char[] which can be erased after use. With a String result, the password could lie around in RAM (Random Access Memory) waiting to be GCed, and potentially scavenged by someone snooping on the swapfile. By default it echos * so someone watching over the keyer’s shoulder could not read the password. Further someone snooping on the screen

Learning More

Oracle’s Javadoc on JPasswordField class : available:

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/jpasswordfield.html J:\mindprod\jgloss\jpasswordfield.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.211]
You are visitor number 7,508.