mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
remove unused help button from CreateClassDialog
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user