sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

JFX Components not working #1220

Open C1tad31 opened 2 years ago

C1tad31 commented 2 years ago

only some of the components are working when import into scene builder is there a reason for this

gzep commented 2 years ago

The components are no longer compatible with the current API (see: stackoverflow). Thats why I'm still using version 8.x .

louhy commented 2 years ago

To get around such issues with Scene Builder I create and add such problem components in code via the initialize() method. Unfortunately it seems this lib is in trouble, quite a few compatibility issues with later versions of Java. Hiding the com.sun packages in Java 9 and the module system really screwed a lot of things up. :(