koenhendriks / CarParkSimulation

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

Add menu bar to frame #27

Closed JoeyBB91 closed 8 years ago

JoeyBB91 commented 8 years ago

It might be nice to implement a menu bar, so the user doesn't have to exit the application by closing the window.

We could add a File menu to implement these menu items:

Another possibility would be for us to implement a Help menu to implement this item:

JoeyBB91 commented 8 years ago

Almost done! Still missing the Reset function.

JoeyBB91 commented 8 years ago

Menu is implemented! This issue can be closed.