How to display html in a java application? -
I am now working on implementing a browser in Java. I need to display the content of a website (a URL-address has been provided) inside a GeFrame window, is there an easy way to do this?
I tried JitterPan, but it only supports HTML 3.2, so the content of the website looks awkward.
Thanks
I have a great experience with:
Allows you to explicitly embed a browser window within the swing application, lets you manipulate the DOM and enables the host application from the browser to be called.
BR, Oren.
Comments
Post a Comment