I downloaded C++ libJSON from this link: And they suggest me to use it as a l开发者_JAVA百科ibrary. How can I create library using the code they have provided?you must have installed g++ and make in c
I am calling com.google.gwt.user.client.ui.TextArea.setText(myText) to set the content. After that I call setCursorPosition(myText.length()) to get the cursor to the end. This works well.