CTaszus

Results 12 comments of CTaszus

Same here. Scene Builder 15.0.0 works.

as ahmadbintariq4u wrote: Use Scenebuilder 15 instead: [https://gluonhq.com/products/scene-builder/thanks/?dl=https://download2.gluonhq.com/scenebuilder/15.0.0/install/windows/SceneBuilder-15.0.0.msi](url)

Do you use jfoenix 9.0.10 in scene builder?

https://gluonhq.com/products/scene-builder/thanks/?dl=https://download2.gluonhq.com/scenebuilder/15.0.0/install/windows/SceneBuilder-15.0.0.msi

> > > > as ahmadbintariq4u wrote: Use Scenebuilder 15 instead: > > [https://gluonhq.com/products/scene-builder/thanks/?dl=https://download2.gluonhq.com/scenebuilder/15.0.0/install/windows/SceneBuilder-15.0.0.msi](url) > > I'm cannot open JFXTextFields in Scenebuilder 15 either. The jdk I have installed is...

> > > @CTaszus Hello , i have SB17 and jfoenix-9.0.10 and Jtextfield dont work for me as well , so i decide to use SB15 like you, but when...

> > > > @CTaszus I've already did it , nothing happened > > https://youtu.be/IyVFcr9WqMg > > This is the project i made in javafx. (Motivation for you) Nice project,...

Try launching your app with the following JVM Parameter: *edit, bad module name: --add-opens=java.base/java.lang.reflect=ALL-UNNAMED

Not a fix but helps maybe: I had other problems using Scene Builder 16 and switched back to 15.

Sometimes, SB is missing a library for a custom component. I think SB cannot resolve dependencies. My SOP is: 1. Make sure a zero-argument-constructor exists 2. Check any static and...