+3 votes
in Computer by kratos

What is the difference between the use of JTextField and JPasswordField in a form?

1 Answer

+5 votes
by kratos
 
Best answer

When we type text into a JTextField control, it shows the characters in the control, but in JPasswordField control, the typed characters are shown as (*) for security.

...