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 228977 - NullPointerException at javax.swing.BoxLayout.preferredLayoutSize
Summary: NullPointerException at javax.swing.BoxLayout.preferredLayoutSize
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 22:10 UTC by swpalmer
Modified: 2013-05-17 15:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200205


Attachments
stacktrace (3.06 KB, text/plain)
2013-04-24 22:10 UTC, swpalmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2013-04-24 22:10:28 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
swpalmer: Editing a CSS file




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.BoxLayout.preferredLayoutSize(BoxLayout.java:301)
   at javax.swing.JToolBar$DefaultToolBarLayout.preferredLayoutSize(JToolBar.java:771)
   at java.awt.Container.preferredSize(Container.java:1788)
   at java.awt.Container.getPreferredSize(Container.java:1773)
   at javax.swing.JComponent.getPreferredSize(JComponent.java:1662)
   at java.awt.BorderLayout.layoutContainer(BorderLayout.java:833)
Comment 1 swpalmer 2013-04-24 22:10:29 UTC
Created attachment 133778 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-05-17 15:10:50 UTC
Cannot reproduce.
Please provide exact steps to reproduce or at least attach a screen shot when the exception is thrown again.