this.appWin = appWin;
this.appWin.setFrame(this);
content = new MainWindowContentArea(appWin);
this.statusPanel = statusPanel;
quickLaunchPanel = createQuickLaunchPanel();
toolBarPanel = new ApplicationToolBar(new JButton[0]);
toolBarPanel.setToolBarOpaque(true);
topPanel = new TopPanel(connectionIndicator);
appWin.getWindowSection(SectionPosition.SOUTH).addWindowSectionListener(new ErrorLogOpenedListener());
layoutComponents();
setWindowSize();