I keep getting the following random exception, when I just click on items
in the test plan on the left hand side.

Any ideas?

Cheers,

David

java.lang.NullPointerException
        at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:50)
        at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:749)
        at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2803)
        at 
sun.awt.image.ImageRepresentation.drawToBufImage(ImageRepresentation.java:726)
        at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:756)
        at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2803)
        at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2793)
        at javax.swing.ImageIcon.paintIcon(ImageIcon.java:322)
        at javax.swing.plaf.basic.BasicLabelUI.paint(BasicLabelUI.java:152)
        at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
        at javax.swing.JComponent.paintComponent(JComponent.java:541)
        at javax.swing.JComponent.paint(JComponent.java:808)
        at 
javax.swing.tree.DefaultTreeCellRenderer.paint(DefaultTreeCellRenderer.java:397)
        at javax.swing.CellRendererPane.paintComponent(CellRendererPane.java:134)
        at javax.swing.plaf.basic.BasicTreeUI.paintRow(BasicTreeUI.java:1380)
        at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1171)
        at javax.swing.plaf.metal.MetalTreeUI.paint(MetalTreeUI.java:143)
        at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
        at javax.swing.JComponent.paintComponent(JComponent.java:541)
        at javax.swing.JComponent.paint(JComponent.java:808)
        at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4771)
        at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4724)
        at javax.swing.JComponent._paintImmediately(JComponent.java:4668)
        at javax.swing.JComponent.paintImmediately(JComponent.java:4477)
        at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:410)
        at 
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:117)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
        at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
        at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to