- JavaFX + JFoenix using Maven
- Modular (
module-info.java
) - MVC structure
fxml
built with SceneBuilder 11 (javafx11-scenebuilder
)- All resources are to be placed in the resources folder
- Implement
Initializable
interface in abstractWindowController
or for each child class when needed?