KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > testapp > AnotherAnotherMain


1 /*
2  * Main.java
3  *
4  * Created on 12 April 2006, 20:36
5  *
6  * To change this template, choose Tools | Template Manager
7  * and open the template in the editor.
8  */

9
10 package testapp;
11
12 /**
13  *
14  * @version $Revision: 16 $
15  * @author Ed Hillmann
16  */

17 public class Main {
18
19     /** Creates a new instance of Main */
20     public Main() {
21     }
22
23     /**
24      * @param args the command line arguments
25      */

26     public static void main(String JavaDoc[] args) {
27         // TODO code application logic here
28
}
29
30 }
31
Popular Tags