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 7543

Summary: Button name change not reflected in action method
Product: guibuilder Reporter: Mike <madolf>
Component: CodeAssignee: issues@editor <issues>
Status: CLOSED INVALID    
Severity: normal    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:

Description Mike 2000-08-31 13:50:43 UTC
Changed a button name in component inspector all corresponding code changes were
made except for the name of the actual IDE generated method that performs the
action. It would be easy to change except the code is in the blue zone.
Comment 1 Petr Nejedly 2000-08-31 14:08:59 UTC
I thing this is either form or java hierarchy problem.
Comment 2 Tomas Pavek 2000-09-01 08:58:59 UTC
This is correct behaviour. The event handler method is independent on the event
source component (e.g. a button). Only when first created, the method name is
derived (by default) from the component's name (like jButton1ActionPerformed).
But anyway, the name of the event handler method can still be renamed - in
component inspector, tab events - select the event and press "..." button.
Comment 3 Quality Engineering 2003-06-30 18:20:41 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2003-06-30 18:26:29 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.