How do I display the text of a JPasswordField rather than set 0 as an echo char?
Java Docs says:
Setting a value of 0 indicates that you wish
try outField.setEchoChar('\0');
outField.setEchoChar('\0');