I would like to create a bi-directional binding between IntegerProperty and DoubleProperty. The converter function will be easy to write to create a mapping between two values, but I cannot find a way to do this. I am looking for something similar in functionality for StringConverter, but with common parameters.
Is there a way to do this in JavaFX?
source share