927928929930931932933934935936937
} protected void createErrorDialog(Exception e){ ErrorDialog error = new ErrorDialog(shell); error.setErrorMessage(e.getMessage()); error.open(); } public static void main(String[] args) throws Exception {