Login  Register

problem with Interactive 3D Surface Polt plugin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

problem with Interactive 3D Surface Polt plugin

Bastien Pachoud
Hi all,

I'm trying to use the interactive 3d surface plot plugin but it doesn't
work anymore on my computer and I get the following error message.
I don't understand what happened as I previously used this plugin
without any problem. I tried to uninstall / re-install ImageJ,
re-install the plugin itself, I tried on different types of images and
stacks: still this error message which I can't understand.
could someone help please. many thanks in advance

bastien


java.lang.IllegalArgumentException: invalid range properties
   at
javax.swing.DefaultBoundedRangeModel.<init>(DefaultBoundedRangeModel.java:85)

   at javax.swing.JSlider.<init>(JSlider.java:259)
   at
Interactive_3D_Surface_Plot.createSliderVertical(Interactive_3D_Surface_Plot.java:1807)

   at
Interactive_3D_Surface_Plot.createSliderPanel2(Interactive_3D_Surface_Plot.java:1757)

   at
Interactive_3D_Surface_Plot.createSettingsPanelRight(Interactive_3D_Surface_Plot.java:1398)

   at
Interactive_3D_Surface_Plot.createMainPanel(Interactive_3D_Surface_Plot.java:1283)

   at
Interactive_3D_Surface_Plot.createGUI(Interactive_3D_Surface_Plot.java:1247)

   at
Interactive_3D_Surface_Plot.runApplication(Interactive_3D_Surface_Plot.java:530)

   at Interactive_3D_Surface_Plot.run(Interactive_3D_Surface_Plot.java:444)
   at ij.IJ.runUserPlugIn(IJ.java:175)
   at ij.IJ.runPlugIn(IJ.java:142)
   at ij.Executer.runCommand(Executer.java:121)
   at ij.Executer.run(Executer.java:58)
   at java.lang.Thread.run(Thread.java:619)