Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add stub for javafx.scene.control.SkinBase.snapSizeX #25

Open
amoikevin opened this issue Dec 10, 2024 · 2 comments
Open

add stub for javafx.scene.control.SkinBase.snapSizeX #25

amoikevin opened this issue Dec 10, 2024 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@amoikevin
Copy link

amoikevin commented 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)

@wagyourtail wagyourtail changed the title NoSuchMethodError snapSizeX add stub for javafx.scene.control.SkinBase.snapSizeX (since java 9) Dec 10, 2024
@wagyourtail wagyourtail added the enhancement New feature or request label Dec 10, 2024
@wagyourtail
Copy link
Contributor

wagyourtail commented 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 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
@amoikevin
Copy link
Author

👌 That's reasonable.

@wagyourtail wagyourtail added the wontfix This will not be worked on label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants