impexpPanel = new ConfFilePanel(Messages.getString("Configuration.Files.Title"));
tabbedPane.addTab(Messages.getString("Configuration.Files.Title"), impexpPanel);
confPanels.put(impexpPanel.getPanelName(), impexpPanel);
langPanel = new ConfLanguagePanel(Messages.getString("Configuration.Language.Title"));
tabbedPane.addTab(Messages.getString("Configuration.Language.Title"), langPanel);
confPanels.put(langPanel.getPanelName(), langPanel);
colorPanel = new ConfUnderstandabilityPanel(Messages.getString("Configuration.ColorLayout.Title"));
tabbedPane.addTab(Messages.getString("Configuration.ColorLayout.ColorPanel.Title"), colorPanel);