| Author |
does a JTextArea need some event listener?
|
Clayton Cramer
Ranch Hand
Joined: Aug 26, 2010
Posts: 40
|
|
I can get my applet to display text passed to it fine, but if I make changes in the JTextArea, when I hit the OK button, getSelectedText() returns nothing--not even the text that I put into it at the start. My guess is that there is something equivalent to an actionlistener (although it isn't that for JTextArea) that takes some action on the text.
|
 |
Clayton Cramer
Ranch Hand
Joined: Aug 26, 2010
Posts: 40
|
|
|
getSelectedText returns only that text you selected; getText is the method that I needed.
|
 |
 |
|
|
subject: does a JTextArea need some event listener?
|
|
|