addTopToolbarComponents(topToolBar);
topToolBar.add(Box.createHorizontalGlue());
topToolBar.add(getTabsButton());
topToolBar.add(getSplitButton());
topToolBar.add(UISupport.createToolbarButton(new ShowOnlineHelpAction(getHelpUrl())));
int maximumPreferredHeight = findMaximumPreferredHeight(topToolBar) + 6;
topToolBar.setPreferredSize(new Dimension(600, Math.max(maximumPreferredHeight, STANDARD_TOOLBAR_HEIGHT)));
panel.add(topToolBar, BorderLayout.NORTH);