How does JavaFX work with X11?

I am trying to understand how javafx works with x11. So far, I think it works like this:

JavaFx application -> JavaFx API -> C implementation working with X11-> X11 ->Screen. 

I'm right? In other words, is there any dependency on Qt or GTK?

+5
source share

All Articles