575859606162636465
final ApplicationDialog dlg; if (null == model.getSchemaModel()) { dlg = new MessageDialog("Warning", "Please load a XML Schema file first."); } else { dlg = new RunMultipleDialog(); } dlg.showDialog(); }