Skip to content

Commit 04c8c4d

Browse files
authored
Update RobotTreasureHunt.java
1 parent 77d4a30 commit 04c8c4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/section4/RobotTreasureHunt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private void spaceBarWasPressed() {
5858

5959
private void go() {
6060
KeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventDispatcher(this);
61-
Robot.setWindowImage("day4/treasure_hunt.jpg");
61+
Robot.setWindowImage("section4/treasure_hunt.jpg");
6262

6363
JOptionPane.showMessageDialog(null, "Ask the girl for help with your quest. Press the space bar to ask.");
6464

0 commit comments

Comments
 (0)