USERSAYSTYLE.foreground = darkgreen;
}
//debug only
public ChatWindow() {
this(null,"TEST-USER","TEST@localhost",null,Presence.Type.available,Mode.available,"TEST:AVAILABLE",new OutgoingMsgListener() {
@Override
public void handleOutgoingMsg(String jid, String msg) {
Util.showDebugMsg("ChatWindow#无参数构造函数:\n" + jid + ":\t" + msg);
}