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 [email protected]
Printable View
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 [email protected]
The 'TextArea'-function makes a text-box - if you're using swing it's 'JTextArea'.
Jesper