Package com.kolakcc.loljclient.view

Examples of com.kolakcc.loljclient.view.CustomGameFilterView


  CustomGameFilterView view;
  CustomGameTableModel model;
  public CustomGameFilterController(CustomGameTableModel model) {
    this.model = model;
    this.view = new CustomGameFilterView();
    this.view.filterField.getDocument().addDocumentListener(this);
    this.view.addCheckboxListeners(this);
  }
View Full Code Here

TOP

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

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.