addSideView(chat);
addSideView(combatTracker);
// Applications views
ApplicationView dashBoard = new ApplicationView("Accueil",
new PanelDashboard(), null);
dashBoard.addSideView(chat);
ApplicationView battle = new ApplicationView("Cartes",
new TabbedPaneListAllBattle(), null);
battle.addSideView(chat);