�ɲɾ�����ӯ�����һ��ˣ��������С���˴��ͣ�������P���ҹ��ñ˽��ά�Բ��������˸߸ԣ�������ơ��ҹ��ñ�����ά�Բ���ˡ���˳^�ӣ������ӡ� ���ͯj�ӣ��ƺ���ӣ� ? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!/** * This is a simple class that demonstrate the * use of source-highlight to produce javadoc * embeddable code: * * *
 
 * /* 
 *    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);
 * 
* * The previous example code was formatted with Source-highlight */ public class SimpleClass { // nothing interesting :-) }