Skip to content

Commit

Permalink
Mask Pacman example for CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0ffrey committed May 26, 2011
1 parent c96e3a2 commit f063595
Showing 1 changed file with 6 additions and 5 deletions.
Expand Up @@ -72,11 +72,12 @@ public void actionPerformed(ActionEvent e) {
PetStoreExample.main(new String[0]);
}
}));
contentPane.add(new JButton(new AbstractAction("PacmanExample") {
public void actionPerformed(ActionEvent e) {
PacmanExample.main(new String[0]);
}
}));
// Mask Pacman for CR1
// contentPane.add(new JButton(new AbstractAction("PacmanExample") {
// public void actionPerformed(ActionEvent e) {
// PacmanExample.main(new String[0]);
// }
// }));

contentPane.add(new JLabel("Which output example do you want to see?"));

Expand Down

0 comments on commit f063595

Please sign in to comment.