N
N
Nikita Savinykh2016-09-03 19:33:55
css
Nikita Savinykh, 2016-09-03 19:33:55

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

3 answer(s)
V
Vasyl Boyko, 2016-07-07
@MaryT

It's all done in css3.
.item:hover .item-img{}

V
Vorh, 2016-09-03
@Ukio_G

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

R
Rou1997, 2016-09-03
@Rou1997

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 question

Ask a Question

731 491 924 answers to any question