Use custom objects in Java FX

96 views Asked by At

Can I use custom objects to design a UI in Java FX instead of standard labels, text fields etc.?

Or in short, how can I import custom controls into scenebuilder layout screen?

1

There are 1 answers

0
smithnblack On

You can do it easily from SceneBuilder Library Manager. See it here:

enter image description here

Here you can add your own fxml File with custom components, or add 3rd Party Library like JFoenix.

I hope this answer helps!