Package com.kolakcc.loljclient.view

Examples of com.kolakcc.loljclient.view.LoginView


  protected RegionsComboBoxModel regionsModel;
  protected LoLNewsTableModel newsModel;

  public LoginController() {
    this.initalizeWorkers();
    this.view = new LoginView();
    this.setView(this.view);
    this.view.usernameField.addActionListener(this);
    this.view.passwordField.addActionListener(this);
    this.view.loginButton.addActionListener(this);
    this.view.newsList.addMouseListener(this);
View Full Code Here

TOP

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

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.