Login  Register

WindowBuilder and ImageJ

Posted by vcaldas on Aug 05, 2014; 10:52am
URL: http://imagej.273.s1.nabble.com/WindowBuilder-and-ImageJ-tp5009033.html

I'm stating in ImageJ plugin development and I tried to design a GUI using
WindowBuilder (in Eclipse).

But it simply don't work on ImageJ (Runs in Eclipse, Runs like a runnable Jar...)

I developed several other simple plugins before - which all work - but this,
with the GUI combination don't.

Does someone had the same problem?

The code can be found here:
https://github.com/vcaldas/iSBTools/blob/master/iSBTools/src/GUI/PreProcessingGui.java

Thanks
ps. Let me know if you now some good source for imageJ Gui development.

Victor