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 - NullPointerException at org.openswing.swing.tree.client.TreePanel.createTree
Summary: NullPointerException at org.openswing.swing.tree.client.TreePanel.createTree
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-03 21:26 UTC by dcfroehlich
Modified: 2010-05-08 19:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 93729


Attachments
stacktrace (961 bytes, text/plain)
2010-05-03 21:26 UTC, dcfroehlich
Details

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