Skip to content

Instantly share code, notes, and snippets.

@DevTony101
Created July 2, 2020 02:17
@FXML
private void receiveData(MouseEvent event) {
String name = this.user.getName();
String email = this.user.getEmail();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment