If I’m right, I would need to create wrapper class...
# javafx
d
If I’m right, I would need to create wrapper classes for all the different property types available in JavaFX (basic types + object) which I could use as a delegate. Or somehow extend the Property classes?