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 185392

Summary: NullPointerException at org.openswing.swing.tree.client.TreePanel.createTree
Product: third-party Reporter: dcfroehlich
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal CC: dcfroehlich
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 93729
Attachments: stacktrace

Description dcfroehlich 2010-05-03 21:26:42 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows Vista

User Comments:
dcfroehlich: Building a form.

GUEST: drag an openswing tree component over a frame

GUEST: I was placing an OpenSwing Tree Panel on the main form for a Simple Desktop Application




Stacktrace: 
java.lang.NullPointerException
   at org.openswing.swing.tree.client.TreePanel.createTree(TreePanel.java:437)
   at org.openswing.swing.tree.client.TreePanel.access$100(TreePanel.java:51)
   at org.openswing.swing.tree.client.TreePanel$2.run(TreePanel.java:215)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:133)
Comment 1 dcfroehlich 2010-05-03 21:26:45 UTC
Created attachment 98399 [details]
stacktrace