开发者

Java HTML Editor Kit that supports Javascript

开发者 https://www.devze.com 2023-02-08 07:08 出处:网络
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

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.

0

精彩评论

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