Hi Reinier, This exists for SWT in version 3.7 for all SWT-supported platforms... just create a standard Browser widget with the SWT.WEBKIT style bit.
On earlier versions you do still get WebKit on some platforms e.g. Mac OS (I think). What 3.7 adds is the ability to request it on all platforms, including Windows. Cheers, Neil On Mar 1, 10:17 am, Reinier Zwitserloot <[email protected]> wrote: > I really wish there was a library to just load up a full webkit pane inside > a Swing / SWT window. That'd be fantastic. Does anyone know of such a > library? -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
