I am looking for a really quick and dirty solution for embedding webkit in a Swing application.
I am looking for a way to implement a panel containing a webkit browser that is running JavaScript, which can do one or more of the following:
- Calling a Java Function of the Containing Application
- Send JSON objects to the containing application
I would also like to have access to the DOM from my Java code.
Sakin source share