this.eternalMapModel = new MapObjectivesTableModel();
this.greenMapModel = new MapObjectivesTableModel();
this.blueMapModel = new MapObjectivesTableModel();
this.redMapModel = new MapObjectivesTableModel();
this.allMapsModel = new MapObjectivesTableModel();
this.matchDetailsTableModel = new MatchDetailsTableModel();
this.apiStatusTableModel = new APIStatusTableModel(YAGW2APIGW2Stats.INSTANCE.getGW2StatsService());
this.mumbleLinkTableModel = new MumbleLinkTableModel(YAGW2APIMumbleLink.INSTANCE.getMumbleLink());
this.getContentPanel().add(this.builtMainMenuBar(), BorderLayout.NORTH);