I am trying to embed a webkit browser in my Java app. I insist on WebKit, because I do not want to test my HTML5 / CSS / JavaScript with every browser, for example, the Eclipse supports the browser widget in the SWT library.
Is there any way on Mac, Windows, and Linux, and so make sure that my web pages are presented evenly in my Java application?
Since SWT 3.7 M5, browser widgets Can be used, if it is built with the SWT.WEBKIT flag, platform-specific conditions may apply: see.
Comments
Post a Comment