addAdvancedPropertiesButton(p);
wrap(p);
}
private void addAdvancedPropertiesButton(TwoColumnPanel p) {
LaunchPropertiesEditorAction action = new LaunchPropertiesEditorAction(httpPropertiesEditor,
Strings.get("Page.AdvancedProperties.Name"), null);
action.putValue(Action.SHORT_DESCRIPTION, Strings.get("Page.AdvancedProperties.ToolTip"));
httpPropertiesButton = new KongaButton(action);
action.setTrigger(httpPropertiesButton);
p.addRow(null, httpPropertiesButton);
}