|
JTextArea Question for Java Programmers
i wrote a mail client app, now i want the user to type his message in the JTextArea, after that i want to get the text that the user types in, but JTextArea does not have a .getText(). What am i to do, or to use rather than a JTextArea????
thanx
|