You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: