Posted By:
Dominika_Urbanska
Posted On:
Tuesday, March 22, 2005 03:33 PM
I have 2 sentence
String sentence1 ="my first sentence"
String sentence2 ="my second sentence"
how to separate them by
I can add them do my TextPane using StyledDocument, but they appear there separate by " ", and ?I want to have first sentence in first line, and second in second.
How to do it???
thanks for help