package no.ntnu.idatt
Main package. Contains backend and main classes.
-
Class Summary
JavaFX App, this is the main class of the application.
List represents list of tasks.
Launcher class, its purpose is to launch the program through App.java.
Task represents a single task yet to be completed
Task is a mutable and serializable class.
-
Exception Summary
Checked exception that throws if item is not removed.