KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > sampleapp > Main


1 /*
2  * Main.java
3  *
4  * Created on 26. September 2004, 17:42
5  */

6
7 package sampleapp;
8
9 /**
10  *
11  * @author tim
12  */

13 public class Main {
14     
15     /** Creates a new instance of Main */
16     public Main() {
17     }
18     
19     /**
20      * @param args the command line arguments
21      */

22     public static void main(String JavaDoc[] args) {
23         // TODO code application logic here
24
}
25     
26 }
27
Popular Tags