updateMenuBar();
if (toolBar != null) getContentPane().remove(toolBar);
toolBar = new DcToolBar(activeModule);
toolBar.setVisible(DcSettings.getBoolean(DcRepository.Settings.stShowToolbar));
getContentPane().add(toolBar, Layout.getGBC( 0, 0, 2, 1, 1.0, 1.0
,GridBagConstraints.NORTHWEST, GridBagConstraints.VERTICAL,
new Insets(0, 0, 0, 0), 0, 0));