Skip to content

Instantly share code, notes, and snippets.

@rterp
Created August 19, 2016 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rterp/66cb9061e6c55c72b3898f393e0c74a9 to your computer and use it in GitHub Desktop.
Save rterp/66cb9061e6c55c72b3898f393e0c74a9 to your computer and use it in GitHub Desktop.
@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