Skip to main content

Password Field

Password Field
JPasswordField is a subclass of the JTextField so it acts like an ordinary text field but it hides the actual characters typed by showing a series of echo characters such as asterisks (*) or a dots, for security purpose.
For exampe:       


 



An example for  Login Form :-

 



Comments