how to cut the text from textarea?
843806Apr 16 2009 — edited Apr 16 2009i have two textarea in my JFrame, i want to cut the selected text from one textarea and send to another textarea on clicking the button, for this i m using gettext() and settext(), its only transfer the text but didnt cut the text, and one more thing how to select multiple text in textarea?