first commit
This commit is contained in:
29
CS1322/p5/P5.java
Normal file
29
CS1322/p5/P5.java
Normal file
@@ -0,0 +1,29 @@
|
||||
/**
|
||||
* <PRE>
|
||||
* P5.java
|
||||
*
|
||||
* Revisions: 1.0 Nov. 10, 2002
|
||||
* Created the P5 class
|
||||
*
|
||||
* </PRE>
|
||||
*
|
||||
* @author <A HREF="mailto:gtg184g@mail.gatech.edu">Jose Manuel Caban</A>
|
||||
* @version Version 1.0, Nov. 10, 2002
|
||||
*/
|
||||
|
||||
public class P5 {
|
||||
|
||||
|
||||
/**
|
||||
* Debugging main for class P5.
|
||||
* This method will rigorously test my code.
|
||||
*
|
||||
* <br><br>
|
||||
* @param args a String array of command line arguments.
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
SortFrame sf = new SortFrame(false);
|
||||
|
||||
}// end of main(String[] args)
|
||||
|
||||
}// end of class P5
|
||||
Reference in New Issue
Block a user