1. Can I modify a Java Swing JTextArea so that it looks like a JPasswordField? stackoverflow.comCan 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.orgRefer to the Javadoc and the JPasswordField. Specifically see the getPassword method. ----- Original Message ----- From: "DR.JADER.JEB" |
3. how can i get text from jPasswordField and set it in JtextArea forums.oracle.comWhy 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 ... |