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.javaThanks
ps. Let me know if you now some good source for imageJ Gui development.
Victor