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 58282 - incorrect handler for JButton
Summary: incorrect handler for JButton
Status: VERIFIED DUPLICATE of bug 58264
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-04-25 15:17 UTC by pzajac
Modified: 2005-09-05 09:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-04-25 15:17:28 UTC
[200504241800]
Steps to reproduction:
1) Create a JForm
2) Add a JButton into JForm
3) generate perform action handler for the button 

Only code in initComponts was generated. The 
jButton1ActionPerformed (Event e) {
} 
is missing.
Comment 1 Jan Stola 2005-04-25 15:27:34 UTC

*** This issue has been marked as a duplicate of 58264 ***
Comment 2 pzajac 2005-05-02 10:52:23 UTC
v