Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 735 Bytes

File metadata and controls

36 lines (32 loc) · 735 Bytes

Graduation

Packages

Name Description
controller Run the program [Entry point].
model Contains the whole data structure of the project. It is also able to serialize and unserialize those data.
view Contains the views [JavaFX - FXML].
view.editor Contains the editor view.
view.presentation Contains the presentation view.