Daytron / SimpleDialogFX

Lightweight dialog API for JavaFX.
https://daytron.github.io/SimpleDialogFX/
MIT License
21 stars 2 forks source link

Complete overhaul refactor of all Dialog sub classes #8

Closed Daytron closed 9 years ago

Daytron commented 9 years ago

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.