سؤال

There is a WebView in JavaFX, which can render a html page (also with the css and javascript).

I wonder what the engine is it? A pure java one?

هل كانت مفيدة؟

المحلول

Accoding to this tutorial:

The JavaFX embedded browser component is based on WebKit, an open source web browser engine.
...

and I think it is not a pure Java.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top