JFoenix icon indicating copy to clipboard operation
JFoenix copied to clipboard

JFX Components not working

Open C1tad31 opened this issue 4 years ago • 2 comments

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

C1tad31 avatar Sep 28 '21 05:09 C1tad31

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

gzep avatar Oct 13 '21 15:10 gzep

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. :(

louhy avatar Nov 20 '21 19:11 louhy