toolbar.addGlue();
runInfoLabel = new JLabel("", SwingConstants.RIGHT);
runInfoLabel.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 3));
toolbar.addFixed(UISupport.setFixedSize(runInfoLabel, 205, 20));
toolbar.addRelatedGap();
progressBarWrapper.addToToolBar(toolbar);
toolbar.addRelatedGap();
toolbar.addFixed(createActionButton(new ShowOnlineHelpAction(getModelItem().getHelpUrl()), true));