I am working on a small J2ME project and i need to wrap text displayed on a form as it extends beyond view.
I am using the Nokia IDE
This is my code below:
aboutScreen.append(new StringItem("QY is a simplified web application that enables people all over the world access...", null));
How do I do so that when it gets to the end of the screen it moves to the next line?