return builder.buildDialog(buildDefaultActions(HelpUrls.TESTRUNNER_HELP_URL, modelItem),
"Specify arguments for launching SoapUI TestRunner", UISupport.TOOL_ICON);
}
protected JTextAreaFormField createTextArea() {
JTextAreaFormField textArea = new JTextAreaFormField();
textArea.setWidth(40);
textArea.getTextArea().setRows(4);
textArea.setToolTip("name=value pairs separated by space or enter");
return textArea;
}