dialog.open();
}
protected void prepareDialog() throws ForceProjectException {
if (targetPart != null && targetPart.getSite() != null) {
dialog = new ExecuteAnonymousDialog(project, targetPart.getSite().getShell());
} else {
dialog = new ExecuteAnonymousDialog(project, getShell());
}
}