Bimde / Blackjack-Server

MIT License
0 stars 1 forks source link

Keeping track of each running game off the central server #36

Closed xuwilliam01 closed 8 years ago

xuwilliam01 commented 8 years ago

We need to either somehow organize the console messages or create a gui that displays all the events from every game

Bimde commented 8 years ago

There shouldn't be any additional messages in the final build. This is only for debugging use. Creating a JTextArea in a JScrollPane which displays all input/outptut for each individual server seems to be a decent enough solution.

Bimde commented 8 years ago

We could potentially have a 'DEBUG' constant which caused the server to create this JFrame and display messages in it if it is true.

Bimde commented 8 years ago

All debugging messages are displayed in the JFrame. This can be turned on and off using the constant 'DEBUG'. No more changes to the GUI will be done.