helpMenu.addSeparator();
helpMenu.add( new ShowOnlineHelpAction( "User Guide", HelpUrls.USERGUIDE_HELP_URL ) );
helpMenu.add( new ShowOnlineHelpAction( "Getting Started", HelpUrls.GETTINGSTARTED_HELP_URL ) );
helpMenu.add( new SearchForumAction() );
helpMenu.addSeparator();
helpMenu.add( new ShowSystemPropertiesAction() );
helpMenu.addSeparator();
helpMenu.add( new OpenUrlAction( "soapui.org", "http://www.soapui.org" ) );
helpMenu.add( new ShowOnlineHelpAction( "soapUI Pro Trial", HelpUrls.TRIAL_URL,
"Apply for soapUI Pro Trial License", "/favicon.png" ) );
helpMenu.addSeparator();