This is the titleGNU source-highlight
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlitesource-highlight/3.1.4$GNU source-highlight 1:/* 2:ThisisaclassicalHelloprogram 3:totestsource-highlightwithJavaprograms. 4: 5:tohaveanhtmltranslationtype 6: 7:source-highlight-sjava-fhtml--inputHello.java--outputHello.html 8:source-highlight-sjava-fhtml<Hello.java>Hello.html 9:10:ortypesource-highlight--helpforthelistofoptions11:12:writtenby13:LorenzoBettini14:http://www.lorenzobettini.it15:http://www.gnu.org/software/src-highlite16:*/17:18:packagehello;19:20:importjava.io.*;21:22:/**23:*<p>24:*AsimpleHelloWorldclass,usedtodemonstratesome25:*featuresofJavasourcehighlighting.26:*</p>27:*TODO:nothing,justtoshowanhighlightedTODOorFIXME28:*29:*@authorLorenzoBettini30:*@version2.031:*////class32:publicclassHello{33:intfoo=1998;34:inthex_foo=0xCAFEBABE;35:booleanb=false;36:Integeri=null;37:charc='\'',d='n',e='\\';38:Stringxml="<tagattr=\"value\">ä</tag>",foo2="\\";39:40:/*mymethod*/41:publicvoidmymethod(inti){42://justafoomethod43:}44:/*mymethod*/45:46:/*main*/47:publicstaticvoidmain(Stringargs[]){48://justsomegreetings;-)/*49:System.out.println("Hellofromjava2html:-)");50:System.out.println("\tbyLorenzoBettini");51:System.out.println("\thttp://www.lorenzobettini.it");52:if(argc>0)53:Stringparam=argc[0];54://System.out.println("byebye...:-D");//seeyousoon55:}56:/*main*/57:}58:///class59:60://endoffiletest.java