01: /*
02: * Main.java
03: *
04: * Created on 23. August 2004, 18:41
05: */
06: package test;
07:
08: /**
09: *
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[] args) {
22: // TODO code application logic here
23: }
24:
25: }
|