I am creating a 2d canvas and want to integrate several “views”, and I need to have a compatability with JavaFX. However it seems that jfx panels do not respect composables’ parameters, such as zoom or zIndex. Offset and size are respected though. In the example below I have a WebView as example but I assume other JPanels will behave the same