this.dialog = new XBayaDialog(this.engine,
"Deploy workflow to ODE and XRegistry", mainPanel, buttonPanel);
this.dialog.setDefaultButton(this.deploy);
this.invokingDialog = new WaitDialog(this, "Deploying the Workflow.",
"Deploying the Workflow." + "Please wait for a moment.",
this.engine);
}