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?
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?
You can do it easily from SceneBuilder Library Manager. See it here:
Here you can add your own fxml File with custom components, or add 3rd Party Library like JFoenix.
I hope this answer helps!