@Override | |
public void initialize(URL url, ResourceBundle rb) { | |
mapView.addMapInializedListener(this); | |
to.bindBidirectional(toTextField.textProperty()); | |
from.bindBidirectional(fromTextField.textProperty()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment