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 224348 - NullPointerException at javax.swing.BoxLayout.preferredLayoutSize
Summary: NullPointerException at javax.swing.BoxLayout.preferredLayoutSize
Status: RESOLVED DUPLICATE of bug 209670
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-01 12:14 UTC by turghun
Modified: 2013-01-02 16:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 134592


Attachments
stacktrace (1.45 KB, text/plain)
2013-01-01 12:14 UTC, turghun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description turghun 2013-01-01 12:14:48 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista

User Comments:
GUEST: Error caused by switching to full screen 256 color 640 x 480 application from 32bit color 1680x1050 desktop envronment
OS: Windows 7 x64

Other notes: Error repeats until program terminated

GUEST: During debuggingg with gdb 7.1, I expanded class in the variables window

turghun: there is a big problem with my software..

GUEST: This message happened while I left the IDE open at night




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.BoxLayout.preferredLayoutSize(BoxLayout.java:282)
   at javax.swing.plaf.basic.DefaultMenuLayout.preferredLayoutSize(DefaultMenuLayout.java:49)
   at java.awt.Container.preferredSize(Container.java:1581)
   at java.awt.Container.getPreferredSize(Container.java:1566)
   at javax.swing.JComponent.getPreferredSize(JComponent.java:1634)
   at javax.swing.JRootPane$RootLayout.layoutContainer(JRootPane.java:989)
Comment 1 turghun 2013-01-01 12:14:50 UTC
Created attachment 129795 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-01-02 16:59:15 UTC

*** This bug has been marked as a duplicate of bug 209670 ***