overviewPanel = new OverviewPanel(this);
overviewJPanel.add(overviewPanel);
spectrumIdentificationPanel = new SpectrumIdentificationPanel(this);
proteinFractionsPanel = new ProteinFractionsPanel(this);
proteinFractionsJPanel.add(proteinFractionsPanel);
ptmPanel = new PtmPanel(this);
proteinStructurePanel = new ProteinStructurePanel(this);
proteinStructureJPanel.add(proteinStructurePanel);
annotationPanel = new AnnotationPanel(this);
statsPanel = new StatsPanel(this);