> I am curious if we go "level down" (almost JNI) > and try to talk to the underlying webkit wrapper for javafx, > would it be easier to integrate in pivot?
I don't think so. The JavaFX port of WebKit is enormous and complex - not an easy thing to work with. Also, I think many of those APIs are hidden. You might be better off porting WebKit to Java2D yourself (maybe someone else has tried this?).
