KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > applicationclient15 > Main


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

9
10 package applicationclient15;
11
12 /**
13  *
14  * @author jungi
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