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