What is a good name for a Java class for a chat client thread? Like, with a function sendMessage(String msg) that sends the String "msg" to the client to be displayed in an RPG?
What is a good name for a Java class for a chat client thread? Like, with a function sendMessage(String msg) that sends the String "msg" to the client to be displayed in an RPG?