welcomePane = new WelcomePane(ReportDesignerFrame.this, getContext());
fieldSelectorPaletteDialog = new FieldSelectorPaletteDialog(ReportDesignerFrame.this, getContext());
statusBar = new StatusBar(context);
reportEditorPane = new FancyTabbedPane();
reportEditorPane.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT);
reportEditorPane.getModel().addChangeListener(new ReportTabActivationHandler());
reportEditorPane.addMouseListener(new ReportTabPanePopupHandler());
dockingPane = new GlobalPane(false);