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 145244

Summary: NullPointerException at com.sun.java.swing.plaf.windows.XPStyle$Skin.getWidth
Product: platform Reporter: xiaozhen0 <xiaozhen0>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=27229
Issue Type: DEFECT Exception Reporter: 27229
Attachments: stacktrace

Description xiaozhen0 2008-08-27 07:10:08 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
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

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at com.sun.java.swing.plaf.windows.XPStyle$Skin.getWidth(XPStyle.java:513)
        at com.sun.java.swing.plaf.windows.XPStyle$Skin.getWidth(XPStyle.java:517)
        at com.sun.java.swing.plaf.windows.WindowsToolBarSeparatorUI.paint(WindowsToolBarSeparatorUI.java:76)
        at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
        at javax.swing.JComponent.paintComponent(JComponent.java:763)
        at javax.swing.JComponent.paint(JComponent.java:1027)
Comment 1 xiaozhen0 2008-08-27 07:10:18 UTC
Created attachment 68408 [details]
stacktrace
Comment 2 David Simonek 2008-08-27 11:21:27 UTC
Unfortunately known JDK bug, see 105790 and http://bugs.sun.com/view_bug.do?bug_id=6629522


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