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 - NoSuchMethodException: org.netbeans.modules.form.fakepeer.FakePanelPeer.setZOrder(java.awt.peer.ComponentPeer)
Summary: NoSuchMethodException: org.netbeans.modules.form.fakepeer.FakePanelPeer.setZO...
Status: RESOLVED DUPLICATE of bug 164925
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-12 11:55 UTC by martinhavle
Modified: 2009-05-15 17:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151005


Attachments
stacktrace (5.46 KB, text/plain)
2009-05-12 11:55 UTC, martinhavle
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***