else
str2 = "<lf>";
}
sb.append(" line.separator: " + str1 + str2+"\n");
Applet applet = IJ.getApplet();
if (applet!=null) {
sb.append("\n");
sb.append(" code base: "+applet.getCodeBase()+"\n");
sb.append(" document base: "+applet.getDocumentBase()+"\n");
sb.append(" sample images dir: "+Prefs.getImagesURL()+"\n");
TextWindow tw = new TextWindow("Properties", new String(sb), 400, 400);
return;
}
sb.append("\n");