01: /*
02: * Main.java
03: *
04: * Created on February 3, 2005, 11:07 AM
05: */
06:
07: package sampleproject;
08:
09: /**
10: *
11: * @author marianm
12: */
13: public class Main {
14:
15: /** Creates a new instance of Main */
16: public Main() {
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: }
|