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 149584

Summary: NullPointerException at javax.swing.plaf.synth.SynthButtonUI.getComponentState
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=123812
Issue Type: DEFECT Exception Reporter: 123812
Attachments: stacktrace

Description Exceptions Reporter 2008-10-09 03:51:40 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-19-generic, i386

Stacktrace: 
java.lang.NullPointerException
        at javax.swing.plaf.synth.SynthButtonUI.getComponentState(SynthButtonUI.java:127)
        at javax.swing.plaf.synth.SynthButtonUI.getContext(SynthButtonUI.java:99)
        at javax.swing.plaf.synth.SynthButtonUI.getPreferredSize(SynthButtonUI.java:397)
        at javax.swing.JComponent.getPreferredSize(JComponent.java:1632)
        at javax.swing.plaf.synth.SynthToolBarUI$SynthToolBarLayoutManager.layoutContainer(SynthToolBarUI.java:357)
        at java.awt.Container.layout(Container.java:1432)
Comment 1 Exceptions Reporter 2008-10-09 03:51:46 UTC
Created attachment 71430 [details]
stacktrace
Comment 2 David Simonek 2008-10-10 13:08:44 UTC
Probably bug in JDK, I can't reproduce. Please write us reproduction steps if possible, thanks.
Comment 3 David Simonek 2008-10-24 11:10:21 UTC
I'm not able to do anyhting without reproduction steps, sorry.