I was wondering if there was a Java swing component that uses webkit. Is it possible to create a webkit browser in Java - must I use JavaFX ?
|
There is one in development by Swing Team: http://weblogs.java.net/blog/ixmal/archive/2008/05/introducing_jwe.html |
|||
|
|
|
I develop this browser for my college project may be this helpful for you My Button is open source java web browser. Develop for school and college projects and learning purpose. Download source code extract .zip file and copy “mybutton” folder from “parser\mybutton” to C:\ Import project “omtMyButton” in eclipse. Require Java 6. Download .exe and source code : https://sourceforge.net/projects/omtmybutton/files/ |
|||
|
|
|
You need swt and it only works in Windows: http://www.genuitec.com/about/labs-webkit-for-swt/WebKit%20For%20SWT%20Developer%20Guide.html |
|||
|
|
|
SWT has support built-in for GWT, Windows, and OS X. Support for GWT and OS X will probably be less substantial than for Windows. http://lists.macosforge.org/pipermail/webkit-help/2009-December/000548.html XULRunner probably has much better API access between Java and the DOM. |
|||
|
|