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 202088 - Copy JPanel Causes Event Handler Method Code To Be Uneditable
Summary: Copy JPanel Causes Event Handler Method Code To Be Uneditable
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Windows Vista
: P4 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 203273 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-13 21:19 UTC by MackSix
Modified: 2011-10-07 07:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
User code written to uneditable block when jpanel copied to other jframe. (15.17 KB, image/png)
2011-09-13 23:36 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2011-09-13 21:19:49 UTC
Copying a JPanel with components from one JFrame to another JFrame or JPanel Form causes existing user code within the event handler method blocks to become uneditable.

Workaround: Delete the events from the components and add them again.

Product Version: NetBeans IDE Dev (Build 201109120600)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Comment 1 MackSix 2011-09-13 23:36:32 UTC
Created attachment 110727 [details]
User code written to uneditable block when jpanel copied to other jframe.
Comment 2 Jan Stola 2011-10-01 15:53:19 UTC
Fixed by http://hg.netbeans.org/jet-main/rev/5763568c56d9
Comment 3 Jan Stola 2011-10-07 07:45:53 UTC
*** Bug 203273 has been marked as a duplicate of this bug. ***