コード例 #1
0
ファイル: ControlPanelWindow.java プロジェクト: xored/rcptt
 private static boolean showExecutionError(Shell parentShell, ExecutionStatus status) {
   ExecutionErrorDialog dialog = new ExecutionErrorDialog(parentShell, status);
   return dialog.open() == 0 && status.hasLocation();
 }