diff --git a/src/_03_gui_with_help/_4_body_part_quiz/BodyPartQuiz.java b/src/_03_gui_with_help/_4_body_part_quiz/BodyPartQuiz.java index c5cb5a7..4c0b582 100644 --- a/src/_03_gui_with_help/_4_body_part_quiz/BodyPartQuiz.java +++ b/src/_03_gui_with_help/_4_body_part_quiz/BodyPartQuiz.java @@ -21,10 +21,10 @@ public class BodyPartQuiz { // package,or if you prefer, get celebrity photos from the Internet, // place them in the recipe package(body_part_quiz), and change the names below. - String firstImage = "src/_05_body_part_quiz/arnold.jpeg"; - String secondImage = "src/_05_body_part_quiz/leonardo.jpeg"; - String thirdImage = "src/_05_body_part_quiz/morgan.jpeg"; - String fourthImage = "src/_05_body_part_quiz/jack.jpeg"; + String firstImage = "src/_03_gui_with_help/_4_body_part_quiz/arnold.jpeg"; + String secondImage = "src/_03_gui_with_help/_4_body_part_quiz/leonardo.jpeg"; + String thirdImage = "src/_03_gui_with_help/_4_body_part_quiz/morgan.jpeg"; + String fourthImage = "src/_03_gui_with_help/_4_body_part_quiz/jack.jpeg"; JFrame window = new JFrame(); JPanel panel = new JPanel(); @@ -104,4 +104,4 @@ private JLabel getNextImage() { return new JLabel("No more images"); } -} \ No newline at end of file +}