textOutputField中的换行符

时间:2010-06-21 08:18:02

标签: blackberry blackberry-eclipse-plugin

这是我的代码。我从web获取数据并存储在bufval和print textoutputfield中,但是如果我们在php页面中使用换行符,我们需要换行符在textoutput字段中的特定位置,我们获取数据输出显示msg并附加此(
).

String strResult = new String(bufVal);                                 synchronized(UiApplication.getEventLock())                                 {                                 textOutputField.setText(strResult);                                 }

1 个答案:

答案 0 :(得分:1)

为什么不尝试在你想要换行的地方添加“\ n”字符。