KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > Test


1 package test;
2
3 /*
4  * Test.java
5  *
6  * Created on 26. kvten 2004, 15:50
7  */

8
9 /**
10  *
11  * @author lm97939
12  */

13 public class Test {
14     
15     /** Creates a new instance of Test */
16     public Test() {
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