Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 382 Bytes

GUI.MD

File metadata and controls

15 lines (9 loc) · 382 Bytes

GUI

Set up

  1. JavaFX + JFoenix using Maven
  2. Modular (module-info.java)
  3. MVC structure
  4. fxml built with SceneBuilder 11 (javafx11-scenebuilder)
  5. All resources are to be placed in the resources folder

Discussion

  • Implement Initializable interface in abstract WindowController or for each child class when needed?