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
Stacktrace:
java.lang.NoSuchMethodError: atlantafx.base.controls.BreadcrumbsSkin.snapSizeX(D)D
at atlantafx.base.controls.BreadcrumbsSkin.computeMinWidth(BreadcrumbsSkin.java:91)
The text was updated successfully, but these errors were encountered:
wagyourtail
changed the title
NoSuchMethodError snapSizeX
add stub for javafx.scene.control.SkinBase.snapSizeX (since java 9)
Dec 10, 2024
I don't think javafx is in scope with the project scope and goals at this time.
it would also be difficult for several reasons, the main one being that I'm building against java versions/distributions that don't bundle javafx.
you could try downgrading openjfx as well...
wagyourtail
changed the title
add stub for javafx.scene.control.SkinBase.snapSizeX (since java 9)
add stub for javafx.scene.control.SkinBase.snapSizeX
Dec 10, 2024
gradle dependencies:
implementation 'io.github.mkpaz:atlantafx-base:2.0.1'
implementation 'io.github.mkpaz:atlantafx-styles:2.0.1'
Stacktrace:
java.lang.NoSuchMethodError: atlantafx.base.controls.BreadcrumbsSkin.snapSizeX(D)D
at atlantafx.base.controls.BreadcrumbsSkin.computeMinWidth(BreadcrumbsSkin.java:91)
The text was updated successfully, but these errors were encountered: