Click to See Complete Forum and Search --> : text window in java


September 22nd, 1999, 03:08 PM
Hi all

Could anyone tellme how to create a window that allow me to introduce text (just like the one we used to write the messages) and then analyse it?
In java of course.

Thanks.

send answer to juddcrane@netscape.net

jmich
September 27th, 1999, 02:01 AM
The 'TextArea'-function makes a text-box - if you're using swing it's 'JTextArea'.

Jesper