Closed koenhendriks closed 8 years ago
After some discussing we noted that the GUI shouldn't be a seperate view but should be created in the controller
Basic input controls have been implemented. Nothing is functional as of yet.
We currently have three buttons that aren't functional yet: startLimit: User can set a limit for the amount of ticks; start: User can run application indefinitely, we may use a while-loop for this one; stop: User can stop the application at any time, this could change the expression of the while loop to stop it from running.
This view is needed to control the simulation and give the user input.