How to hide passwords when using BufferedReader class when working with IDE
Printable View
How to hide passwords when using BufferedReader class when working with IDE
Can you use the JPasswordField class?
If you are reading from the console, look at the Console class. It has some methods for reading passwords.