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 253397

Summary: NullPointerException at net.claribole.zgrviewer.GraphicsManager.linkSlider
Product: third-party Reporter: bartvdc <bartvdc>
Component: -- Other --Assignee: 280Z28
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218444
Attachments: stacktrace

Description bartvdc 2015-07-10 07:56:24 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
bartvdc: use zgrviewer




Stacktrace: 
java.lang.NullPointerException
   at net.claribole.zgrviewer.GraphicsManager.linkSlider(GraphicsManager.java:1728)
   at net.claribole.zgrviewer.GraphicsManager$3.execute(GraphicsManager.java:1718)
   at fr.inria.zvtm.animation.AnimationFactory$1.end(AnimationFactory.java:166)
   at fr.inria.zvtm.animation.Animation$TimingInterceptor.end(Animation.java:195)
   at org.jdesktop.animation.timing.Animator.end(Animator.java:755)
   at org.jdesktop.animation.timing.Animator.stop(Animator.java:660)
Comment 1 bartvdc 2015-07-10 07:56:26 UTC
Created attachment 154554 [details]
stacktrace