|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--project0.P0Main
CSE143 03wi Project 0: "Does The God of Luck Know You?". Driver class. Your program will be tested with this, but you won't be able to turn in a modified version.
Field Summary | |
static java.lang.String |
defaultInitials
Default value in case an argument is not supplied on the command line. |
static int |
trialsToRun
Number of individual trials to run. |
Constructor Summary | |
P0Main()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Driver program for the application; not to be changed! This main should be invoked from the command line, with a single string argument (a string of exactly two uppercase letters); in Bluej, it can be run directly and an argument string typed into the dialog box. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String defaultInitials
public static final int trialsToRun
Constructor Detail |
public P0Main()
Method Detail |
public static void main(java.lang.String[] args)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |