JavaFx Tutorial For Beginners 17 - JavaFX Properties

preview_player
Показать описание
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

javafx properties
java properties javafx
javafx model without properties
javafx property binding
javafx 2.0 listener
javafx splitpane
javafx doubleproperty
javafx addlistener
javafx 2.0 data binding
Рекомендации по теме
Комментарии
Автор

Great videos. I just have a suggestion. You explain well how things are to be done. But sometimes you fail to explain WHY certain things need to be done. e.g. why to use "final"? Why to use "properties" in the first place when u can accomplish the same goal in an easier way. If you explain such things, it would be easier for your viewers to improvise on their own and not just be able to write the same code as you have written.

siddharth
Автор

For the new Double(...).toString(), can consider using

weileong
Автор

Thanks for the video, I really struggled to understand properties before you explained it.

AlexTechie
Автор

Can you explain why we should use the final keyword?

christianlassen
Автор

I don't understand why we need to use Properties in Java when we can just declare variables...

turtlepeak
Автор

When myNum.setNumber(0) is called during execution of initialize(), it must have triggered the listener and so we should be getting 0 as the text on the label as soon as the program is run. Why isn't so happening?
Also inside the numberProperty function, I cannot understand the use of if block as the function is never called when the number is null.

indowestlife
Автор

Why we should do the whole proceure just to ++ a variable

georgekrax
Автор

Double(double..) has been deprecated since version 9, what is the new solution for this?

Baiju
Автор

It worked for me, but I got a different result:
it show : "DoubleProperty [value: 0.0]"
and whenever i click on the button, tha value starts incrementing

honeycube
Автор

After running this programme I got an error as follows:

Exception in thread "main" expected file name as argument

I cant create new projects after this and get same error always.
Please suggest a solution.

Baiju