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()??