JWebPane might be helpful if it existed, but unfortunately that work was turned into the JavaFX WebView which relies on Prism (private JavaFX API).
On Feb 28, 2013, at 11:23 AM, Andrei Pozolotin <[email protected]> wrote: > webkit for java2d: > http://fxexperience.com/2012/04/interview-with-peter-zhelezniakov/ > https://blogs.oracle.com/geertjan/entry/waiting_for_jwebpane > > -------- Original Message -------- > Subject: Re: pivot + webkit? > From: Greg Brown <[email protected]> > To: Andrei Pozolotin <[email protected]> > Cc: [email protected] > Date: Thu 28 Feb 2013 09:26:47 AM CST >>> 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?). >> >> >> >
