Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

textarea

807607Oct 15 2006 — edited Oct 15 2006
hi,

in my programe i have a textarea and i try to build the methode whitch can calculate the nomber of words in this text area i i use BreakIterator abstract class so how can retur the caracter of an selected index

here u are the example
String s=textarea.getText();
int t=setText(s);
so the question is how can i return the caratere of for example t.next()??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2006
Added on Oct 15 2006
7 comments
95 views