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 9206 - NullPointerException during IDE start in javax.swing.plaf.metal.BumpBuffer.fillBumpBuffer
Summary: NullPointerException during IDE start in javax.swing.plaf.metal.BumpBuffer.fi...
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows 95/98
: P4 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-23 19:21 UTC by benquintana
Modified: 2008-12-22 15:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description benquintana 2001-01-23 19:21:32 UTC
Null Pointer Exception during IDE start.

Tue Jan 23 14:10:05 EST 2001java.lang.NullPointerException: null
java.lang.NullPointerException
        at javax.swing.plaf.metal.BumpBuffer.fillBumpBuffer(MetalBumps.java:174)
        at javax.swing.plaf.metal.BumpBuffer.<init>(MetalBumps.java:152)
        at javax.swing.plaf.metal.MetalBumps.createBuffer(MetalBumps.java:61)
        at javax.swing.plaf.metal.MetalBumps.setBumpColors(MetalBumps.java:96)
        at javax.swing.plaf.metal.MetalBumps.<init>(MetalBumps.java:53)
        at javax.swing.plaf.metal.MetalScrollBarUI.installDefaults
(MetalScrollBarUI.java:80)
        at javax.swing.plaf.basic.BasicScrollBarUI.installUI
(BasicScrollBarUI.java:98)
        at javax.swing.JComponent.setUI(JComponent.java:325)
        at javax.swing.JScrollBar.updateUI(JScrollBar.java:189)
        at javax.swing.JScrollBar.<init>(JScrollBar.java:140)
        at javax.swing.JScrollBar.<init>(JScrollBar.java:155)
        at javax.swing.JScrollPane$ScrollBar.<init>(JScrollPane.java:635)
        at javax.swing.JScrollPane.createVerticalScrollBar(JScrollPane.java:780)
        at javax.swing.JScrollPane.<init>(JScrollPane.java:242)
        at javax.swing.JScrollPane.<init>(JScrollPane.java:290)
        at org.openide.explorer.propertysheet.PropertySheet.createPane
(PropertySheet.java:721)
        at org.openide.explorer.propertysheet.PropertySheet.refreshTab
(PropertySheet.java:757)
        at org.openide.explorer.propertysheet.PropertySheet.setCurrentPage
(PropertySheet.java:501)
        at org.openide.explorer.propertysheet.PropertySheet.refreshPropertySheet
(PropertySheet.java:662)
        at org.openide.explorer.propertysheet.PropertySheet.access$1500
(PropertySheet.java:67)
        at org.openide.explorer.propertysheet.PropertySheet$14.run
(PropertySheet.java:1210)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
        at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Jesse Glick 2001-01-24 14:58:59 UTC
Please include your complete IDE log as a Bugzilla attachment (not inline in the
description!) and include details of your environment--you might have a corrupt
JDK installation or something.
Comment 2 Quality Engineering 2003-07-01 16:00:14 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:23:28 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.