00041:     public void mymethod(int i) {
00042:         // just a foo method
00043:     }
00047:     public static void main( String args[] ) {
00048:         // just some greetings ;-)  /*
00049:         System.out.println( "Hello from java2html :-)" ) ;
00050:         System.out.println( "\tby Lorenzo Bettini" ) ;
00051:         System.out.println( "\thttp://www.lorenzobettini.it" ) ;
00052:         if (argc > 0)
00053:             String param = argc[0];
00054:         //System.out.println( "bye bye... :-D" ) ; // see you soon
00055:     }