This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 32118
Collapse All | Expand All

(-)src/org/openide/loaders/NewObjectPanel.java (-1 / +4 lines)
Lines 157-163 Link Here
157
        changedUpdate (p1);
157
        changedUpdate (p1);
158
    }
158
    }
159
159
160
160
    public void addNotify () {
161
        super.addNotify ();
162
        newObjectName.requestFocus ();
163
    }
161
164
162
    /** Add a listener to changes of the panel's validity.
165
    /** Add a listener to changes of the panel's validity.
163
    * @param l the listener to add
166
    * @param l the listener to add

Return to bug 32118