anon
anon

Reputation: 21

Scene builder has a problem with rendering JFXTextField component from JFoenix library

I'm trying to add JFXTextField component to my scene by dragging the component, but it doesn't work (it always comes back). When I double click the component, it gets added to the list, but then my scene in scene builder will change to: "Content of this document cannot be displayed". If I would save it, I wouldn't be able to open it again, like it cannot interpret it's fxml tag. I already tried jdk 16, jdk 11 with scene builder 16 and 8 but it still doesn't work.

Upvotes: 1

Views: 1183

Answers (1)

mngp
mngp

Reputation: 21

Problem in scene builder version 16.0.0 (but I didn't find the cause) Install version 15.0.0 which works normally. Download version 15 here:

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

Upvotes: 2

Related Questions