136137138139140141142
* * @see Context */ public ImageJ(final Context context) { super(ImageJApp.NAME, context); scifio = new SCIFIO(context); }