Package com.kolakcc.loljclient.view

Examples of com.kolakcc.loljclient.view.MainView


  SwingWorker<TypedObject, String> requestWorker;
  SwingWorker<Object, String> assetLoaderWorker;

  public MainController() {
    this.initializeWorkers();
    this.view = new MainView();
    this.setView(this.view);
    this.view.customGameButton.addActionListener(this);
    this.view.profileButton.addActionListener(this);
    this.view.championsButton.addActionListener(this);
    this.view.storeButton.addActionListener(this);
View Full Code Here

TOP

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

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.