Disable enter key in TextArea

Hi,

I need of a TextComponent in which the text can be inserted only sequentially, orizzontally;

without the possibility to go at the next line with the enter key command,

or pasting text blocks with more lines.

Practically, the Textfield do this, but I can't see all text I've written, if text is very long.

I want to display text on more lines, through wrap, like in a JTextArea, but I want the text must be inserted orizontally, char by char.

Thank you in advance.

MargNat

[526 byte] By [MargNata] at [2007-11-26 16:21:35]
# 1
Did you try searching the forum first before posting your questions?The following keywords, taken directly from your question would be a good place to start: "disable enter jtextarea".
camickra at 2007-7-8 22:45:16 > top of Java-index,Desktop,Core GUI APIs...