0

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?

yonikawa
  • 581
  • 1
  • 9
  • 32

1 Answers1

0

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!

smithnblack
  • 505
  • 7
  • 17