Skip to content

Commit

Permalink
Rules Button WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gwhiter authored Nov 9, 2016
1 parent 4a80f88 commit a0471cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/ucsb/cs56/projects/games/poker/PokerGameGui.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void layoutSubViews() {
rulesPart2.add(exampleRulesButton);
rulesPart3.add(overviewRulesButton);
rulesPart3.add(gameplayRulesButton);
rulesPart1.setVisible(true);
rulesPart1.setVisible(false);
rulesPanel = rulesPart1;

opponentPanel = new JPanel();
Expand Down

0 comments on commit a0471cd

Please sign in to comment.