At the core of DockFX is a CSS file with various styles vital for docking. Unfortunately, by default, this is initialized via StyleManager, which is a private API. As part of JavaFX's detachment from the JRE and the modularization of its components, access to this class is no longer possible in newer versions of the Java. Is there another way to get DockFX to work in a project built on the latest version of Java?
At the core of DockFX is a CSS file with various styles vital for docking. Unfortunately, by default, this is initialized via
StyleManager, which is a private API. As part of JavaFX's detachment from the JRE and the modularization of its components, access to this class is no longer possible in newer versions of the Java. Is there another way to get DockFX to work in a project built on the latest version of Java?