111112113114115116117118119120121
return; try { SynchronizeExecuteDialog d = new SynchronizeExecuteDialog(jobs,SynchronizeExecuteDialog.POSITION_CENTER); d.open(); } catch (ApplicationException ae) { throw ae; }