Howto integrate Webkit into a Java application?
How would you integrate something like webkit into a Java application? At a high level, I assume you would need to write some JNI code to somehow make the code that renders its display to write on to an AWT panel. What is the general approach for something like that?