B4J Question Get the Min/Max values of the properties in JavaFX Classes

TelKel81

Active Member
Licensed User
Oracle documentation regarding Java Classes displays this kind of info :
1675895084858.png

Is there a way to programmatically get the Min / Max values of those properties ? I haven't found methods in the classes / related classes (e.g. Class DoubleProperty) to access this info.
Or maybe is there some magical JSON file that holds all the relevant Min/Max values ?
 
Top