JFoenix
JFoenix copied to clipboard
Recent change in JavaFX (17-ea+2) breaks JFXProgressBar
Due to this change: https://github.com/openjdk/jfx/commit/473382443c0a52be1307b762deecb37a17305a47, NodeHelper.treeShowingProperty() is no longer available and therefore JFXProgressBarSkin throws exceptions when trying to use it. Since this upstream change is a (long awaited) performance improvement, it would make sense to fix this.
@nemphys HI, if you need a working progress bar you can check my project here MaterialFX
@nemphys thank you pointing out the issue 👍
I've made a workaround for JavaFx17:
implementation("org.rationalityfrontline.workaround:jfoenix:17.0.1")
Sources: https://github.com/RationalityFrontline/JFoenix/tree/JFoenix-17.0.0
Please solve that. It`s time already.