replacing the dot character in the password field,

2020-03-31 01:57发布

问题:

I want to ask how can i change the character in the password field that was the point I want to replace with a star ???

i'm using Jframe, Java

回答1:

PasswordTextField.setEchoChar('*');