Package proj3

All 3 code (including provided and student implemented code) exist in this package.

See:
          Description

Class Summary
ClickableImage Extends JLabel to make the it clickable and row/column aware ( intended to be used with the a ClickableImageGrid.
ClickableImageGrid Extends JPanel to provide a grid layout capability.
Coordinate Encapsulates the row and column of one cell in a 2-D coordinate system.
Game This class provides all methods used by the GUI for Monte Carlo Solitaire.
Project3 The GUI for the Monte Carlo Solitaire Project Requires Suit.java, Rank.java, ClicableImage.java and ClickableImageGrid.java which are provided.
 

Enum Summary
Rank The Rank enum encapsulates each of the 13 ranks of a standard deck of playing cards.
Suit The Suit enum encapsulates each of the 4 suits of a standard deck of playing cards.
 

Package proj3 Description

All 3 code (including provided and student implemented code) exist in this package.