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
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
PasswordTextField.setEchoChar('*');