Answer the question
In order to leave comments, you need to log in
Is there a JavaFX Interface Builder in NetBeans IDE\Eclipse?
Good day.
Is it possible in NetBeans IDE\Eclipse to construct a JavaFX interface not directly from source? Idea is not an option, since the hardware is very weak, but I will be glad for any working alternative.
And then I just started to deal with JavaFX, and indeed with Java in general, and do everything manually while the skill is not enough.
Answer the question
In order to leave comments, you need to log in
There is a Scene Builder in which you design an interface, at the output you get an fxml file that you connect in the code using FXMLLoader.
You can read more details here
Install JavaFX Scene Builder, it will output FXML (XML-file) with interface markup, like HTML, this format is conveniently edited both manually and from the point of view of Scene Builder, then this file can be connected and created from it Scene, in new versions of Eclipse this has become even more convenient, although I don’t remember exactly what.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question