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 164923

Summary: NoSuchMethodException: org.netbeans.modules.form.fakepeer.FakePanelPeer.setZOrder(java.awt.peer.ComponentPeer)
Product: guibuilder Reporter: martinhavle <martinhavle>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=151005
Issue Type: DEFECT Exception Reporter: 151005
Attachments: stacktrace

Description martinhavle 2009-05-12 11:55:38 UTC
Build: NetBeans IDE Dev (Build 200905120201)
VM: Java HotSpot(TM) Client VM, 16.0-b02, Java(TM) SE Runtime Environment, 1.7.0-ea-b57
OS: Windows XP, 5.1, x86

User Comments:
martinhavle: Occured wheb adding new JApplet to project via wizard.



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at org.netbeans.modules.form.fakepeer.$Proxy26.setZOrder(.java:0)
        at java.awt.Component.updateZOrder(Component.java:9845)
        at java.awt.Component.addNotify(Component.java:6669)
        at java.awt.Container.addNotify(Container.java:2611)
        at java.awt.Panel.addNotify(Panel.java:87)
        at java.awt.Container.addNotify(Container.java:2622)
Comment 1 martinhavle 2009-05-12 11:55:44 UTC
Created attachment 81947 [details]
stacktrace
Comment 2 Tomas Pavek 2009-05-15 17:02:04 UTC

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