proj3
Class Project3
java.lang.Object
proj3.Project3
public class Project3
- extends java.lang.Object
The GUI for the Monte Carlo Solitaire Project
Requires Suit.java, Rank.java, ClicableImage.java and
ClickableImageGrid.java which are provided.
Requires Game.java and its supporting classes written by students
This class is provided for you — you must not change it.
- Author:
- Dennis L. Frey (Created: Unknown), Daniel J. Hood (Modified: 23 Mar 2011)
|
Constructor Summary |
Project3()
The sole constructor for Project 3 - creates & displays a new GUI for the Monte Carlo Solitaire game and creates
& starts a new random game |
|
Method Summary |
static void |
main(java.lang.String[] args)
The entry point for the app (no args required) |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Project3
public Project3()
- The sole constructor for Project 3 - creates & displays a new GUI for the Monte Carlo Solitaire game and creates
& starts a new random game
main
public static void main(java.lang.String[] args)
- The entry point for the app (no args required)
- Parameters:
args - none