Could we write newlines in a JTextField?
800351Oct 28 2007 — edited Oct 30 2007I'd like to write a kind of newline marker char or char-sequence in a JTextField so that the return value from the getText() could be displayed in multiple lines in a JTextArea.
I don't mean any effort of custom programming. I just like to find a Java and Swing inherent feature.
Am I struggling with an absolute impossible?