| javax.swing.JTextPane client.ChatPane
error | public void error(String s)(Code) | | signifies an error and reports it to the user
Parameters: s - the error message |
sendText | public void sendText(String un, String message)(Code) | | Sends a text to the chat window. Parses the message to pick
out emoticons and links.
Parameters: un - the name of the user sending the message Parameters: message - the message to be sent Parameters: whisper - indicates the message was a wisper and makes the message italic |
sendText | public void sendText(String un, String message, boolean whisper)(Code) | | Sends a text to the chat window. Parses the message to pick
out emoticons and links.
Parameters: un - the name of the user sending the message Parameters: message - the message to be sent |
|
|