Chat System - User Levels
Introduction:
This tutorial is the seventeenth in my Java Network Programming using KryoNet series, or twelfth in creating a chat client and server system, in which we are going to be adding a user level system in to the server in preparation for the next tutorial (making requests from clients to admins).
Previous:
In the previous tutorial we added private message features to the client.
The System:
We are going to give the user a GUI to interact with the system - to send messages and see the currently connected members of the chat.
When a c