}
protected void initGUI() {
this.parameterPanel = new GridPanel(true);
this.topicTextField = new XBayaTextField();
XBayaLabel topicLabel = new XBayaLabel("Notification Topic", this.topicTextField);
// this.xRegistryTextField = new XBayaTextField();
// XBayaLabel xRegistryLabel = new XBayaLabel("XRegistry URL", this.xRegistryTextField);
this.gfacTextField = new XBayaTextField();
XBayaLabel gfacLabel = new XBayaLabel("GFac URL", this.gfacTextField);
this.resourceMappingField = new XBayaTextField();
XBayaLabel resourceMappingLabel = new XBayaLabel("Resource Mapping (optional)", this.resourceMappingField);
this.gatekeeperField = new XBayaTextField();
XBayaLabel gatekeeperLabel = new XBayaLabel("Gatekeeper (optional)", this.gatekeeperField);
this.jobManagerField = new XBayaTextField();
XBayaLabel jobMagerLabel = new XBayaLabel("Job Manager (optional)", this.jobManagerField);
GridPanel infoPanel = new GridPanel();
infoPanel.add(topicLabel);
infoPanel.add(this.topicTextField);