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

Summary: NullPointerException at javax.swing.BoxLayout.preferredLayoutSize
Product: ide Reporter: turghun
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 134592
Attachments: stacktrace

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 ***