Go.java
Start program
Size 1 kB - File type text/plainFile contents
// Name: Go.java
// Intent: Start program
// Programmer: John P. Kavanagh #2748 2405
// Date Modified: 7 May 2002
// Audit: Cliff Meyers (cmeyers@buffalo.edu)
public class Go {
public static void main(String args[]) {
// Launch user coordinate query
CromleyInput newSession = new CromleyInput();
}
}
Click here to get the file