// FIXME Is there a way to make this fill a the rest of the X space?
serverIPAddressesLabel.setPreferredSize(new Dimension(1000, 10));
serverIPAddressesLabel.setForeground(Color.GRAY);
toolbar.addFixed(UISupport.createToolbarButton(sendTestCaseAction));
toolbar.addRelatedGap();
toolbar.addFixed(locationsComboBox);
toolbar.addSpace(10);
toolbar.addFixed(serverIPAddressesLabel);
toolbar.addGlue();
toolbar.addFixed(UISupport.createToolbarButton(new ShowOnlineHelpAction(HelpUrls.ALERT_SITE_HELP_URL)));