}
// *****************************SelectedActivityPanel*****************
private BPELemptyPanel getEmptyPanel() {
if (this.emptyPanel == null) {
this.emptyPanel = new BPELemptyPanel(this, this.transition);
/*
* this.emptyPanel.setBorder(BorderFactory.createCompoundBorder(
* BorderFactory.createTitledBorder(Messages
* .getString("Transition.Properties.BPEL.Empty")),