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.

Bug 255414

Summary: [Patch] Added focus on rename panel to improve usability.
Product: contrib Reporter: hiyam
Component: OtherAssignee: issues@contrib <issues>
Status: NEW ---    
Severity: normal Keywords: PATCH_AVAILABLE
Priority: P4    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: added nameField.requestFocusInWindow() to renamepanels

Description hiyam 2015-09-19 04:59:07 UTC
Created attachment 156293 [details]
added nameField.requestFocusInWindow() to renamepanels

When I rename .java file, textField in rename panel already focused.
but some extensions are not.

this patch fixes and normalize usability.