Hi there
How do I mask password characters?
Printable View
Hi there
How do I mask password characters?
By using a JPasswordField
JPasswordField (Java 2 Platform SE 5.0)
If you really want to do a hard work, on key listener event replace the character with asterisk. :D
Yeah I know that. But I've done the a long time ago for fun. Actually it's crazy.