KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > sample1


1 /*
2  * Main.java
3  *
4  * Created on 23. August 2004, 18:41
5  */

6 package test;
7
8 /**
9  *
10  * @author Petr Felenda
11  */

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

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