Contains the main client GUI.
The user has to register and login himself at the quest.client.ClientApplet. After proper authentication the
ClientFrame is spawned, that visualizes the functionality of the client:
- Chat with players in the global chat {@link quest.client.chat.GUITab_GlobalChat} where a channel can be created or channel chat {@link quest.client.chat.GUITab_Chat} where a game can be started.
- Channel overview {@link quest.client.chat.GUITab_Channel} of all active channels where a channel can be joined.
- Search for a player {@link quest.client.chat.GUITab_Search}.
- Help window {@link quest.client.chat.GUITab_Help}.
- Check rankings of players {@link quest.client.chat.GUITab_Ranking}.