KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > testapp > AnotherMain


1 /*
2  * AnotherMain.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  * @author Ed Hillmann
15  */

16 public class AnotherMain {
17
18     /** Creates a new instance of Main */
19     public AnotherMain() {
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