disable enter key in JTextArea

Hi ,I have to disabled enter key in JTextArea How can i do this? I cant use JTextField because i have to display multi line text and also i have to edit it.
[170 byte] By [jasmin4s7] at [2007-9-30 23:04:14]
# 1
Disable the enter key so that the user can enter any text they want, except for a return?
Mr_Anderson_1 at 2007-7-7 13:37:36 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...
# 2
Yes , but i solved this problem by using plainDocument class insertString()method.- Jasmin Bhensdadia
jasmin4s7 at 2007-7-7 13:37:36 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...