koenhendriks / CarParkSimulation

Java assignment for a car park simulation
GNU General Public License v3.0
1 stars 3 forks source link

Create GUI for the control buttons #23

Closed koenhendriks closed 8 years ago

koenhendriks commented 8 years ago

This view is needed to control the simulation and give the user input.

koenhendriks commented 8 years ago

After some discussing we noted that the GUI shouldn't be a seperate view but should be created in the controller

JoeyBB91 commented 8 years ago

Basic input controls have been implemented. Nothing is functional as of yet.

JoeyBB91 commented 8 years ago

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.