PlayerList
GameRoom
4849505152535455
private YahtzeeFrame currentFrame; public Client(){ setState(ClientState.PROCESS_LAUNCHED); conn = new Connection(ClientMain.INET_ADDRESS, ClientMain.COMM_PORT, this); joinedList = new PlayerList(new HashMap<String, Date>()); currentFrame = new StartupFrame(this); }