Click to See Complete Forum and Search --> : java


sridhar.A
July 22nd, 1999, 12:53 AM
How can I get the Insertion Pointer Position with in a TextArea?

varbsjava
July 22nd, 1999, 01:32 AM
I think u want to know the position where to type your next value.

For that use getCaretPosition() method. This returns the text insertion caret for the textarea.

Hope this will answer yours.

regards,
arun...