aspose file tools
The moose likes Applets and the fly likes does a JTextArea need some event listener? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "does a JTextArea need some event listener?" Watch "does a JTextArea need some event listener?" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: does a JTextArea need some event listener?
 
Similar Threads
container not appearing
method calls
Applet focus problem, I think
determining minimum dimensions of an Applet
build applet from existing application