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 2814 - Adding events handler failed.
Summary: Adding events handler failed.
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-27 20:49 UTC by pzajac
Modified: 2002-07-19 15:19 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 1999-07-27 20:49:51 UTC
1. Create Form form template
2. Add component ( for Example JButton)
3. Add Event Handle (for eample ActionPerformed)
4. This generate empty method, but it not generate code with ... addActionListener(new .....
5. If you insert new component then previous code is generated
Comment 1 Marek Grummich 2000-07-25 09:41:59 UTC
Priority is changed to P4 (normal).