|
hi all,
does anybody know why if I lunch imageJ by a shell I can see ALL tools and when I lunch it by follow java-code:
----
imageJ = new ImageJ();
imageJ.setVisible(true);
----
I can't see, e.g., "PencilTool", "PaintbrushTool" and ALL other "blue-icons"?!?!
What is correct code?
Thank anyone, by
Nicola
|