You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Dialog class as the master controller for all fxml dialog views. A new argument can be added as a parameter to determine what type of dialog is to be produced, this dictates what fxml file to load by the FxmlLoader.
This elimates the extra need to create extra sub-classes.
The text was updated successfully, but these errors were encountered:
Refactor Dialog class as the master controller for all fxml dialog views. A new argument can be added as a parameter to determine what type of dialog is to be produced, this dictates what fxml file to load by the FxmlLoader.
This elimates the extra need to create extra sub-classes.
The text was updated successfully, but these errors were encountered: