|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Lotto
Start up a Lotto game.
| Field Summary | |
static int |
NUM_COLS
The number of columns in the game. |
static int |
NUM_ROWS
The number of rows in the game. |
| Constructor Summary | |
Lotto()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
The main method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int NUM_ROWS
public static final int NUM_COLS
| Constructor Detail |
public Lotto()
| Method Detail |
public static void main(java.lang.String[] args)
args - the command line arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||