Add a web browser in my Java application

蹲街弑〆低调 提交于 2020-01-04 02:00:26

问题


I have a java 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?


回答1:


This links are good examples for this:

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

Hope this helps.




回答2:


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



来源:https://stackoverflow.com/questions/5176806/add-a-web-browser-in-my-java-application

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