KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > applicationclient_1_4 > Main


1 /*
2  * Main.java
3  *
4  * Created on February 15, 2007, 3:21 PM
5  *
6  * To change this template, choose Tools | Template Manager
7  * and open the template in the editor.
8  */

9
10 package applicationclient_1_4;
11
12 /**
13  *
14  * @author klingo
15  */

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

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