JPasswordField « JTextArea « Java Swing Q&A





1. Can I modify a Java Swing JTextArea so that it looks like a JPasswordField?    stackoverflow.com

Can I modify a Java Swing JTextArea so that is doesn't display charaters typed? Can I make it display only '*' chars in the same way that a JPasswordField class does? ...

2. how can i get text from jPasswordField and set it in JtextArea    forums.netbeans.org

Refer to the Javadoc and the JPasswordField. Specifically see the getPassword method. ----- Original Message ----- From: "DR.JADER.JEB" To: Sent: Thursday, January 20, 2011 12:45 PM Subject: [nbusers] how can i get text from jPasswordField and set it in JtextArea

3. how can i get text from jPasswordField and set it in JtextArea    forums.oracle.com

Why did you use bold tags for your entire question? Tags are used to highlight important parts of a question. So what exactly is your problem: a) do you know how to get the text from a password field b) do you know how to add text to a text area c) under what condition do you plan to do the ...