The Controller is the object that holds the javafx controls (e.g. TextField). The Model (a structure op POJO's) holds the (persistent) data. The Controller must has a reference to the Model object.
I try to save the objects stored in an observable list to disk and load it again to speed up object creation. If I do with my Observable List I am getting the exception that TimerThread is not ...