Package com.kolakcc.loljclient.view

Examples of com.kolakcc.loljclient.view.CustomGameLobbyView


  TeamListModel team1Model;
  TeamListModel team2Model;

  //TODO: data with a higher optimistcLock has a higher priority.
    private CustomGameLobbyController() {
        this.view = new CustomGameLobbyView();
        this.view.quitGameButton.addActionListener(this);
        this.view.addBotOnTeam1Button.addActionListener(this);
        this.view.addBotOnTeam2Button.addActionListener(this);
        this.view.swapTeamButton.addActionListener(this);
        this.view.startGameButton.addActionListener(this);
View Full Code Here

TOP

Related Classes of com.kolakcc.loljclient.view.CustomGameLobbyView

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.