newsButton.setVisible(false); // @TODO: re-enable later?
tipsButton.setVisible(false); // @TODO: re-enable later?
// add icons to the tab componets
//setupTabComponents(); // @TODO: implement me? requires the creation of icons for each tab...
overviewPanel = new OverviewPanel(this);
overviewJPanel.add(overviewPanel);
spectrumIdentificationPanel = new SpectrumIdentificationPanel(this);
proteinFractionsPanel = new ProteinFractionsPanel(this);
proteinFractionsJPanel.add(proteinFractionsPanel);
ptmPanel = new PtmPanel(this);