asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T ./UsageExample.java
/* 
   this is an example of code to be included
   in the javadoc documentation of SimpleClass
*/
import simpleclass.*;

// code snippet
SimpleClass s = new SimpleClass(150);
if (s == null && true) {
    throw new SimpleClassException("failed to create");
}
System.out.println("this is a simple class" + s);