Java HTML Editor Kit that supports Javascript
I am writing code for a mini desktop browser. I am using a JEditorPane to display the webpage on the application. The problem I have is that this JEditorPane does not have javascript support. I heard that I can implement开发者_如何学编程 javascript support with HTML Editor Kit. Please could someone tell me how to go about this
Check Lobo browser which is written in Java. It has a BrowserPanel component which can be used in any Swing application.
精彩评论