Class Summary |
ChatClientApplet |
Applet wrapper for the Client. |
Client |
The heart of the NFC client program. |
DumbClient |
An empty implementation of IChatClient. |
Main |
Main class for standalone-client execution. |
UserCommands |
Everything that a user types, or clicks comes here for processing. |
Top-level chat client package. This package and subpackages contain
the client code and interfaces, except for low-level networking. The
low-level networking can be found in the com.lyrisoft.chat.server.local
package package.