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?
user2022068
source share