Add Web Browser in Java Application

I have a Java application that is designed to view content from the Internet. Therefore, I want to add a fully functional browser to my application. I already tried JEditorPaneand did not process dynamic content. Is there another way?

Any help on how to do this?

+3
source share
2 answers

These links are good examples for this:

Hope this helps.

+1
source

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

+1
source

Source: https://habr.com/ru/post/1795936/


All Articles