Webkit browser in a Java app

前端 未结 5 1111
梦谈多话
梦谈多话 2020-12-01 15:00

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 ?

5条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-01 15:34

    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.

提交回复
热议问题