This is an example of a very simple JavaFX application following
the MVC-pattern (slightly more strictly as usual). It was made
for the course
"Project in Software Engineering (02362)"
held at DTU Compute by
Ekkart Kindler.
The purpose is to show and discuss different aspects of the MVC-pattern and
JavaFX applications. Some of the assignments of the course will be based
on this project. In addition, the project is structured in such a way, that
project of the course can be based on this project.
Copyright (C) 2019, 2020, 2021:
Ekkart Kindler, Technical University of Denmark (DTU),
ekki@dtu.dk
This project is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License
as published by the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
@author Ekkart Kindler, ekki@dtu.dk
@version 1.0.0