koenhendriks / CarParkSimulation

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

Create a Class to store GUI strings in a hasmap #16

Closed koenhendriks closed 8 years ago

koenhendriks commented 8 years ago

We need a Class where we can get certain strings from a string code. This way its easy to change strings without going through all the code.

For example,

closeMessage should represent "Are you sure you want to close the application?"