Package lounge.gamehub

Examples of lounge.gamehub.GameHubModel


         player.getIp().getHostAddress(), player.getName());
    }

    Chat.getSingleton().removeChat(GAMELOUNGE_NAME);

    GameHubModel gameHubModel = new GameHubModel(window, gatheringLoungeModel, getCurrentUser(), gameFileName, gamePlayers, playerList);
    GameHubPanel gameHubPanel = new GameHubPanel(gameHubModel);

    getWindow().setContentPane(gameHubPanel);
    getWindow().pack();
  }
View Full Code Here

TOP

Related Classes of lounge.gamehub.GameHubModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.