Package com.kolakcc.loljclient.view

Examples of com.kolakcc.loljclient.view.ProfileView


  RecentGamesListModel gamesListModel;
  RunesInventoryTableModel runeInventoryModel;

  public ProfileController() {
    view = new ProfileView();
    this.setView(view);
    view.addRecentGameMouseListener(this);
    view.addSearchActionListener(this);
   
    runeInventoryModel = new RunesInventoryTableModel();
View Full Code Here

TOP

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

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.