Пример #1
0
 /**
  * signifies an error and reports it to the user
  *
  * @param s the error message
  */
 public void error(String s) {
   mainChat.error(s);
 }