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 - NullPointerException at com.sun.java.swing.plaf.windows.XPStyle$Skin.getWidth
Summary: NullPointerException at com.sun.java.swing.plaf.windows.XPStyle$Skin.getWidth
Status: RESOLVED DUPLICATE of bug 105790
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-27 07:10 UTC by xiaozhen0
Modified: 2008-12-22 14:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 27229


Attachments
stacktrace (4.32 KB, text/plain)
2008-08-27 07:10 UTC, xiaozhen0
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***