|
plugin and standalone application: msg#00287java.imagej
Hello ImageJ-er, I am new to ImageJ. I was wondering if it is possible to run its plugin (e.g. Plasma, RedAndBlue, IP_Demo, etc) from a standalone application/java application. For example (To display a frame of Plasma plugin in java application). import ij.*; import ij.plugin.PlugIn; public class Message_Test extends Frame{ public Message_Test(){ setSize(100,100); show(); } public void run(String arg) { IJ.runPlugIn("Plasma_",""); } public static void main(String args[]) { new Message_Test().run(""); } } Please advice. Best regards Azizia. Utrecht University The Netherlands. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Microscope (stage) controller and serial communication (Javacomm), Vincenzo Della Mea |
|---|---|
| Next by Date: | Re: LUT, Kurt De Vos |
| Previous by Thread: | LUT, Bo de Lange |
| Next by Thread: | Sub-Pixel Edge detection plugin?, calope14 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |