01: /*
02: * Main.java
03: *
04: * Created on Mar 28, 2007, 12:16:21 PM
05: *
06: * To change this template, choose Tools | Template Manager
07: * and open the template in the editor.
08: */
09:
10: package optionstestproject;
11:
12: /**
13: *
14: * @author ms159439
15: */
16: public class Main {
17:
18: /** Creates a new instance of Main */
19: public Main() {
20: }
21:
22: /**
23: * @param args the command line arguments
24: */
25: public static void main(String[] args) {
26: // TODO code application logic here
27: }
28:
29: }
|