From faaf30880e916c8fce88865d2880cb52118a864c Mon Sep 17 00:00:00 2001 From: Osvaldo Ruiz Date: Wed, 3 Sep 2025 16:09:04 -0700 Subject: [PATCH] Update BodyPartQuiz.java --- .../_4_body_part_quiz/BodyPartQuiz.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 +}