Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. saveButton.setOnAction(e->{controller.CreateAndSaveAppointment(hourTextField.getText(),
  2. minuteTextField.getText(), weekNumberTextField.getText(), dayComboBox.getValue(), durationTextField.getText(), employeeComboBox.getValue(),customerTextField.getText(), phoneNumberTextField.getText());
  3. window.close();
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement