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 147437 - Action Performed Bug
Summary: Action Performed Bug
Status: RESOLVED DUPLICATE of bug 116456
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-17 03:25 UTC by kadirbasol
Modified: 2008-09-24 18:36 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 kadirbasol 2008-09-17 03:25:11 UTC
When i try to do actionperformed operation on netbeans ,
Like this : http://www.l2wolf.com/bug_actionperformed.PNG
I got this error :  http://www.l2wolf.com/bug_actionperformed2.PNG

The button event method put inside other method !!
Comment 1 Tomas Pavek 2008-09-24 18:36:53 UTC
I think this is fixed in 6.5 as part of issue 116456. As a workaround you might try to switch to the source code and
save it before trying to add new event handler (if it happens too often). At worst open the java file in an external
editor and move the method there...

*** This issue has been marked as a duplicate of 116456 ***