Re: getting rid of text in TextArea
- From: "Steve W. Jackson" <stevewjackson@xxxxxxxxxxx>
- Date: Fri, 26 Aug 2005 14:19:02 -0500
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
.
- References:
- getting rid of text in TextArea
- From: Frances
- getting rid of text in TextArea
- Prev by Date: Custom JPanel that clips children?
- Next by Date: Re: getting rid of text in TextArea
- Previous by thread: getting rid of text in TextArea
- Next by thread: Re: getting rid of text in TextArea
- Index(es):
Relevant Pages
|
|