panelDispF.setClustering(clusterTable.getSelectedRow());
FuzzyInfoClustering ficg = new FuzzyInfoClustering(model.getMatrix(), panelDispF.getMatrix(), clusterTable
.getSelectedRow() + 2, ((FuzzyKMean) session.getListOfClustering().get(clusteringTable.getSelectedRow()))
.getEntropy()[clusterTable.getSelectedRow()], infos);
clusingP.add(ficg);
FuzzyInfoCluster fic = new FuzzyInfoCluster(infos, clusterTable.getSelectedRow() + 2, session, clusteringTable
.getSelectedRow());
ficg.setPanelCluster(fic);
clustP.add(fic);
tabbed.setSelectedIndex(0);
break;