Re: getting rid of text in TextArea



In article <430f6970$0$18645$14726298@xxxxxxxxxxxxxxx>,
Frances <fdr58@xxxxxxxxx> wrote:

> how do you dynamically get rid of text in a TextArea?
>
> (no way of doing what in JS you would do like this
>
> textArea.value = ""; ???
>
> thank you..
>
> Frances

RTFM. The AWT TextArea and Swing JTextArea both support a setText()
call to do what you want.
--
Steve W. Jackson
Montgomery, Alabama
.



Relevant Pages