return this.replyPanel;
}
private BPELwaitPanel getWaitPanel() {
if (waitPanel == null) {
waitPanel = new BPELwaitPanel(this, this.transition);
waitPanel.setBorder(BorderFactory.createCompoundBorder(
BorderFactory.createTitledBorder(Messages
.getString("Transition.Properties.BPEL.Wait")),
BorderFactory.createEmptyBorder(5, 5, 0, 5)));