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 - NullPointerException at net.claribole.zgrviewer.GraphicsManager.linkSlider
Summary: NullPointerException at net.claribole.zgrviewer.GraphicsManager.linkSlider
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: 280Z28
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-10 07:56 UTC by bartvdc
Modified: 2015-07-10 15:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218444


Attachments
stacktrace (2.13 KB, text/plain)
2015-07-10 07:56 UTC, bartvdc
Details

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