Embedded Browser
When programming for Windows, it is possible to drop an instance of the Internet Explorer web browser control onto a form. The embedded browser not only renders HTML content, but also provides events when the user navigates.
Does something similar exist in Java that would work on all platforms?
|