Hi, I am looking for a really quick and dirty solution for embedding webkit in a Swing application.
What I am looking for is a way to implement a panel that contains a webkit browser running some JavaScript that will be able to do one or more of the following:
- Call 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.
Thanks,
Ariel