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 161943 - NullPointerException at javax.swing.OverlayLayout.preferredLayoutSize
Summary: NullPointerException at javax.swing.OverlayLayout.preferredLayoutSize
Status: RESOLVED DUPLICATE of bug 161942
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-04 01:41 UTC by kayvan
Modified: 2009-04-04 15:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148882


Attachments
stacktrace (2.70 KB, text/plain)
2009-04-04 01:41 UTC, kayvan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kayvan 2009-04-04 01:41:44 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at javax.swing.OverlayLayout.preferredLayoutSize(OverlayLayout.java:121)
        at java.awt.Container.preferredSize(Container.java:1616)
        at java.awt.Container.getPreferredSize(Container.java:1601)
        at javax.swing.JComponent.getPreferredSize(JComponent.java:1634)
        at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:769)
        at java.awt.Container.layout(Container.java:1432)
Comment 1 kayvan 2009-04-04 01:41:53 UTC
Created attachment 79426 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2009-04-04 15:48:02 UTC

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