public void addNewPane(final String inputFileName, final TabPageController tabProperties) {
this.getPopUpDialog().setVisible(false);
this.remove(this.getPopUpDialog());
AnalysisType typeAnalysis = tabProperties.getTypeAnalysis();
// Cutting the file name if necessary
String fileName = StringUtilsSwing.formatFileName(inputFileName);
ImageIcon ic = new ImageIcon(getClass().getResource(Constants.pathImages + "chart_curve.png"));
String prefix = typeAnalysis.toString() + ": ";
OpenLoadedStatistics op = new OpenLoadedStatistics(this,tabProperties);
JSplitPane statisticsPane = op.getLoadedStatistics();
tabsPropertiesMap.put(statisticsPane, tabProperties);