Hi, I'm using Pivot API for GUI application. I'd like to know how I can display some text in a text area being highlighted, by basically being selected when I use a ActionListener.
Eg: Entered text is: The quick brown fox jumps over the lazy dog. And I want to highlight the word 'quick' in the text area by having it selected on clicking some button. How do I do it? Thanks, Ajay
