Text selection mode
Hi:
I'm using JTextArea for my application. My requirement is when I'll select some text then instead of selecting in general mode where it selects the entire lines in between it needs to select the text in the block selection mode. Means when I press and release the mouse then the text which comes inside rectangle formed by the two mouse points as the diagonal of the rectangle will get selected.
Then I'll do all the copy and paste operations...on it.
Pls. help me.
Regards
Reeti

