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();