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 2395 - Planty of exceptions are thrown during repainting (probably repainting of Component inspector).
Summary: Planty of exceptions are thrown during repainting (probably repainting of Com...
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: L Martinek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-03 01:53 UTC by L Martinek
Modified: 2002-07-19 15:19 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 L Martinek 1999-07-03 01:53:25 UTC
Exception occurred during event dispatching:
java.lang.NullPointerException:
	at org.openide.explorer.view.TreeViewCellRenderer.getTreeCellRendererComponent(TreeViewCellRenderer.java:85)
	at javax.swing.plaf.basic.BasicTreeUI.paintRow(BasicTreeUI.java:1265)
	at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1106)
	at javax.swing.plaf.metal.MetalTreeUI.paint(MetalTreeUI.java:143)
	at javax.swing.plaf.ComponentUI.update(ComponentUI.java:43)
	at javax.swing.JComponent.paintComponent(JComponent.java:324)
	at javax.swing.JComponent.paint(JComponent.java:547)
	at javax.swing.JComponent.paintChildren(JComponent.java:388)
	at javax.swing.JComponent.paint(JComponent.java:550)
	at javax.swing.JViewport.paint(JViewport.java:324)
	at javax.swing.JComponent.paintChildren(JComponent.java:388)
	at javax.swing.JComponent.paint(JComponent.java:550)
	at javax.swing.JComponent.paintChildren(JComponent.java:388)
	at javax.swing.JComponent.paint(JComponent.java:550)
	at javax.swing.JComponent.paintChildren(JComponent.java:388)
	at javax.swing.JComponent.paint(JComponent.java:550)
	at javax.swing.JComponent.paintChildren(JComponent.java:388)
	at javax.swing.JComponent.paint(JComponent.java:550)
	at javax.swing.JComponent.paintChildren(JComponent.java:388)
	at javax.swing.JComponent.paint(JComponent.java:550)
	at javax.swing.JLayeredPane.paint(JLayeredPane.java:547)

	at javax.swing.JComponent.paintChildren(JComponent.java:388)
	at javax.swing.JComponent.paint(JComponent.java:535)
	at java.awt.Container.paint(Container.java:770)
	at sun.awt.motif.MComponentPeer.handleEvent(MComponentPeer.java:246)
	at java.awt.Component.dispatchEventImpl(Component.java:2429)
	at java.awt.Container.dispatchEventImpl(Container.java:1032)
	at java.awt.Window.dispatchEventImpl(Window.java:714)
	at java.awt.Component.dispatchEvent(Component.java:2289)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:258)
	at java.awt.EventDispatchThread.run(EventDispatchThread.ja
Comment 1 Marek Grummich 2000-07-25 09:40:59 UTC
Priority is changed to P4 (normal).