Link to home
Create AccountLog in
Avatar of AXISHK
AXISHK

asked on

DoubleProperty in Java

What's the difference between DoubleProperty and Double in Java ? When should I use DoubleProperty ?

Thx
Avatar of gsk
gsk

Hi Axishk,

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.
Avatar of AXISHK

ASKER

Shortly, any more explanation on this ? I still can't get exactly the difference.

Thx again.
SOLUTION
Avatar of gsk
gsk

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.