"Closing existing Evaluation Demo",
JOptionPane.OK_CANCEL_OPTION,
JOptionPane.WARNING_MESSAGE) != 0) {
return false;
}
this.operatorGraphViewer.processWindowEvent(new WindowEvent(
this.operatorGraphViewer, WindowEvent.WINDOW_CLOSING));
}
// if (Indices.operatorGraphViewer != null
// && Indices.operatorGraphViewer.isVisible()) {
// if (JOptionPane