I want to make a function which gets the highlighted text from the active textfield and stores it in a string in Java?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Oded♦, Tom Seidel, Ragunath Jawahar, Jamey Sharp, Collin Nov 15 '12 at 19:03
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Let's say you create your
The you can get the selected text like this:
P.S.: Always check out the Java API documentation first if you are searching for a specific function. |
|||||||
|