//this.add(BorderLayout.EAST, new AnalyseBar(Constantes.RELEASE));
this.setBorder(BorderFactory.createEtchedBorder());
}
});
/* Centre */
navigator = new Navigator(this);
Main.splash.setProgress(50);
center = new JPanel(new BorderLayout());
center.add(BorderLayout.WEST, navigator);
center.add(BorderLayout.CENTER, new JPanel());