How use HTMLEditorKit in JavaME
Hi guys.
I'm trying to make a project in Java ME, where I'm trying to open web pages in a jEditorPane. When I set the page, it only show html code. A way to solve this is using the HTMLEditorKit in jEditorPane.EditorKit. The problem is that the wireless toolkit doesn't have the javax.swing.text.html.HTMEditorKit.
Anyone know how to solve this problem? How can I show the web page instead of the html code?
Thanks.

