private JTabbedPane getTabbedPane()
{
if (tabbedPane == null)
{
tabbedPane = new JTabbedPane();
editorPanel = new ConfEditorPanel(Messages.getString("Configuration.Editor.Title"));
tabbedPane.addTab(Messages.getString("Configuration.Editor.Title"), editorPanel);
confPanels.put(editorPanel.getPanelName(), editorPanel);
impexpPanel = new ConfFilePanel(Messages.getString("Configuration.Files.Title"));
tabbedPane.addTab(Messages.getString("Configuration.Files.Title"), impexpPanel);