103104105106107108109
* client state (forward transition). */ public void fInitiatingConnectionTOGameInProgress(){ getJoinedList().reset(); setState(ClientState.GAME_IN_PROGRESS); setCurrentFrame(new GameplayFrame(this)); }