tylerjemarshall / ChatServer

Will support lobbies and mini-games.
Eclipse Public License 1.0
0 stars 0 forks source link

Allow clients to save preferences locally #3

Open tylerjemarshall opened 9 years ago

tylerjemarshall commented 9 years ago

Profile class will handle saving preferences to text file. GUIConsole will pull use Profile to pull information from the text file also.

This will use the Profile Class. Whenever a new method called "public void save()" is called, Profile will save the information to a text file like font style, font name, username, ect. This will be loaded up when client starts the client.

tylerjemarshall commented 9 years ago

Out of scope - no time to implement.