Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

textarea and textListener

6 views
Skip to first unread message

sundar...@gmail.com

unread,
Aug 22, 2008, 4:33:11 AM8/22/08
to
i have posted this before fifteen days i am posting again..
pls help me i am doing a project i am struggling because this

i have a JTextArea ta; in a JFrame class and i have implemented
TextListener
how to addTextListener to the JTextArea

ta.addTextListener();
ta.addTextListener(this);

these two is coming errors.....

i dont know how to give...

thank you...

Stefan Rybacki

unread,
Aug 22, 2008, 5:00:04 AM8/22/08
to
sundar...@gmail.com schrieb:

Well for starters. There is no such thing as addTextListener for JTextArea, at
least not in my java version (1.6).
I think you're misreading the manual, since addTextListener is just available
for TextArea.
What you might wanna use is a document listener in JTextArea.

Regards
Stefan

>
> thank you...

0 new messages