logger.info("JGroups TankWar Demo doStart, [jgroupsProps=" + jgroupsProps + ", name=" + name + ", isGood=" + isGood + "]");
// Current use asynchronous Communication
AsychCommunication comm = new AsychCommunication(jgroupsProps, name);
new MainFrame(comm, isGood);
}