|
|
@ -73,9 +73,11 @@ public class VersionCheckMessageDialog extends JDialog implements ActionListener |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
noExistServiceDescription = VersionCheckUtils.getNoExistServiceDescription(this.envName); |
|
|
|
noExistServiceDescription = VersionCheckUtils.getNoExistServiceDescription(this.envName); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
detailPanel.addMouseListener(new MouseAdapter() { |
|
|
|
detailPanel.addMouseListener(new MouseAdapter() { |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void mouseClicked(MouseEvent e) { |
|
|
|
public void mouseClicked(MouseEvent e) { |
|
|
|
|
|
|
|
hideDialog(); |
|
|
|
CheckServiceDialog checkServiceDialog = new CheckServiceDialog(DesignerContext.getDesignerFrame(), localBranch, remoteBranch, noExistServiceDescription); |
|
|
|
CheckServiceDialog checkServiceDialog = new CheckServiceDialog(DesignerContext.getDesignerFrame(), localBranch, remoteBranch, noExistServiceDescription); |
|
|
|
checkServiceDialog.setVisible(true); |
|
|
|
checkServiceDialog.setVisible(true); |
|
|
|
} |
|
|
|
} |
|
|
@ -92,9 +94,12 @@ public class VersionCheckMessageDialog extends JDialog implements ActionListener |
|
|
|
GUICoreUtils.centerWindow(this); |
|
|
|
GUICoreUtils.centerWindow(this); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private void hideDialog(){ |
|
|
|
|
|
|
|
this.dispose(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void actionPerformed(ActionEvent e) { |
|
|
|
public void actionPerformed(ActionEvent e) { |
|
|
|
this.dispose(); |
|
|
|
hideDialog(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|