开发者

Line break in textOutputField

here is my code. i get the data from web and store in bufval and print textoutputfield but we require a line break a specific position in the textoutput field if we use line break in php page where we get the data the output is show msg and attach this (

).

String strResult = new String(bufVal); synchronized (UiApplication.getEventLock()) { textOutputField.setText(strResult); 开发者_JAVA技巧 }


why don't you try add "\n" character where you want the line break to be.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜