AXISHK
asked on
DoubleProperty in Java
What's the difference between DoubleProperty and Double in Java ? When should I use DoubleProperty ?
Thx
Thx
ASKER
Shortly, any more explanation on this ? I still can't get exactly the difference.
Thx again.
Thx again.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
double is a return type in java like for eg
double amount=5.4;
DoubleProperty is used in JaVaFX to handle the event, you will many code sample for DoubleProperty.