开发者

Add a web browser in my Java application

开发者 https://www.devze.com 2023-02-14 07:23 出处:网络
I have a jav开发者_StackOverflow社区a application which is for viewing content from web. So I want to add a fully functional browser in my application. I\'ve already tried JEditorPane and it\'s not pr

I have a jav开发者_StackOverflow社区a application which is for viewing content from web. So I want to add a fully functional browser in my application. I've already tried JEditorPane and it's not processing dynamic contents. Is there any other way?

Any help on how to do it?


This links are good examples for this:

  1. create browser in swing
  2. how-to-create-a-simple-browser-in-swing

Hope this helps.


If you are willing to pay for third party software you might want to consider JxBrowser: http://www.teamdev.com/jxbrowser/

0

精彩评论

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