what is the difference between the Text field and the Password field?
Answers
Answered by
9
Answer:
The TextField displays the obtained text in unencrypted form whereas password field displays the obtained text in encrypted form. This component allows confidential input like passwords which are single line.
Explanation:
I hope it is helpful plz marks me as brainlieast and give me thanks at all my answers and follow me
Answered by
4
Answer:
prefer to it child!!!!
Explanation:
I am assuming that jTextField and jPasswordField are being referred in the question.Here goes the difference between them-
jTextField - This control is used to input a small amount of text from the user,and the text that the user enters will be visible as it is typed.
jPasswordField - This control also inputs text from the user, but it uses some character to obscure the text that is input. In simple words,the text entered in this field is not directly visible to the user,just like we see while filling the password column during logging in into any website.
The jPasswordField is a subclass of jTextField class.....
Similar questions