Package de.justi.yagw2api.explorer.model

Examples of de.justi.yagw2api.explorer.model.MatchesTableModel


    this.setTitle("Yet Another GW2 API - Explorer");
    this.setDefaultCloseOperation(EXIT_ON_CLOSE);
    this.setMinimumSize(new Dimension(640, 480));
    this.setPreferredSize(new Dimension(1024, 768));

    this.matchesTableModel = new MatchesTableModel();
    this.eternalMapModel = new MapObjectivesTableModel();
    this.greenMapModel = new MapObjectivesTableModel();
    this.blueMapModel = new MapObjectivesTableModel();
    this.redMapModel = new MapObjectivesTableModel();
    this.allMapsModel = new MapObjectivesTableModel();
View Full Code Here

TOP

Related Classes of de.justi.yagw2api.explorer.model.MatchesTableModel

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.