FracLac no options window

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

FracLac no options window

C. Lemmi
I downloaded Image J v. 1.47v and the Fraclac plug in v. 2014Aprb800.

When I click on Plugins/Fractal Analysis/FracLac_
I get a "FracLac 2014Aprb800" window with the top purple and below the blue buttons. The white are says "No scan selected".

When I click on "BC" nothing happens. I downloaded "testimage.gif" and the same with the image is on, selected or not.

I understand I'm supposed to get an "Options" windows but it doesn't show up.

What am I doing wrong or missing??




--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: FracLac no options window

audrey karperien-2
Hi. Thanks - FracLac is not working with the latest IJ. It works with version 1.48t, but I haven't found out where the problem is yet for later releases. Sorry for the trouble, and I'll post when I get it resolved. 


>________________________________
> From: C. Lemmi <[hidden email]>
>To: [hidden email]
>Sent: Saturday, April 12, 2014 9:59:27 AM
>Subject: FracLac no options window
>
>
>I downloaded Image J v. 1.47v and the Fraclac plug in v. 2014Aprb800.
>
>When I click on Plugins/Fractal Analysis/FracLac_
>I get a "FracLac 2014Aprb800" window with the top purple and below the blue buttons. The white are says "No scan selected".
>
>When I click on "BC" nothing happens. I downloaded "testimage.gif" and the same with the image is on, selected or not.
>
>I understand I'm supposed to get an "Options" windows but it doesn't show up.
>
>What am I doing wrong or missing??
>
>
>
>
>--
>ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: FracLac no options window

audrey karperien-2
Hi. There's a new version of FracLac up now that works with IJ1.48u.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: FracLac no options window

Gabriel Landini
On Monday 14 Apr 2014 19:56:25 you wrote:
> Hi. There's a new version of FracLac up now that works with IJ1.48u.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

Hi,
Unfortuntately under linux, it shows a menu, but when pressing a button (BC)
gives this errors:

Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError:
org/jdesktop/beansbinding/Property
        at fraclac.setup.SetUpBoxCount.getInputs(SetUpBoxCount.java:169)
        at fraclac.gui.GUI$1.actionPerformed(GUI.java:1205)
        at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
        at
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
        at java.awt.Component.processMouseEvent(Component.java:6297)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
        at java.awt.Component.processEvent(Component.java:6062)
        at java.awt.Container.processEvent(Container.java:2039)
        at java.awt.Component.dispatchEventImpl(Component.java:4660)
        at java.awt.Container.dispatchEventImpl(Container.java:2097)
        at java.awt.Component.dispatchEvent(Component.java:4488)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
        at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
        at java.awt.Container.dispatchEventImpl(Container.java:2083)
        at java.awt.Window.dispatchEventImpl(Window.java:2489)
        at java.awt.Component.dispatchEvent(Component.java:4488)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:668)
        at java.awt.EventQueue.access$400(EventQueue.java:81)
        at java.awt.EventQueue$2.run(EventQueue.java:627)
        at java.awt.EventQueue$2.run(EventQueue.java:625)
        at java.security.AccessController.doPrivileged(Native Method)
        at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
        at java.awt.EventQueue$3.run(EventQueue.java:641)
        at java.awt.EventQueue$3.run(EventQueue.java:639)
        at java.security.AccessController.doPrivileged(Native Method)
        at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:638)
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.ClassNotFoundException:
org.jdesktop.beansbinding.Property
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 39 more

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html