Displaying HTML file in Java ME?

99封情书 提交于 2019-12-11 04:18:40

问题


For a newbie to J2ME, I have a basic task: display an HTML file.

How can you do this with J2ME?


回答1:


You can't display html file in jme, at least you shouldn't.

html files can be opened in a browser.




回答2:


Emulating an HTML form in a J2ME application

But a good way is to try out j2mehtml




回答3:


You could try the HTML component in LWUIT



来源:https://stackoverflow.com/questions/3481282/displaying-html-file-in-java-me

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!