remove unused help button from CreateClassDialog

This commit is contained in:
Maxim Medvedev
2011-03-31 16:01:43 +04:00
parent 05896df3fe
commit 658b5eee39
3 changed files with 1 additions and 103 deletions
@@ -88,7 +88,7 @@ public class CreateClassDialog extends DialogWrapper {
}
protected Action[] createActions() {
return new Action[]{getOKAction(), getCancelAction(), getHelpAction()};
return new Action[]{getOKAction(), getCancelAction()};
}
public JComponent getPreferredFocusedComponent() {