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 JEditorPane
and did not process dynamic content. Is there another way?
Any help on how to do this?
source
share