Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CardGameGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public class CardGameGUI extends JFrame implements ActionListener {
private static final int LABEL_TOP = 160;
/** x coord of the "n undealt cards remain" label. */
private static final int LABEL_LEFT = 540;
private int Label = 3;
/** Distance between the tops of the "n undealt cards" and
* the "You lose/win" labels. */
private static final int LABEL_HEIGHT_INC = 35;
Expand Down