Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The requirements for this assignment are to: Place Persephone somewhere in the bottom right quadrant of the screen Draw a text string consisting of your
The requirements for this assignment are to:
Place Persephone somewhere in the bottom right quadrant of the screen
Draw a text string consisting of your name below Persephone in a custom color of your choosing
For the first specification, you will need to change Persephone's x y values of where she is displayed. The video above should inform you of how to do this. You can use the mouse coordinate tracking tool mentioned in the above video to find coordinates in the bottom right quadrant.
For the second specification, you will need to change the x y coordinates of the string to coordinates that sit below Persephone's new position. You will also need to change the text string to your name instead of the previous message. Finally, you will need to find custom color RGB values of a color you like and make the custom color as shown in the video above. Make sure the drawString call in the update method uses this custom color you made.
Submission
For this assignment, you do not need to worry about zipping the whole project up as you only need to modify the Main.java file. Therefore, for this Checkpoint, please only send the Main.java file! Future Checkpoints may require you to zip more files up but this one does not. I will not grade submissions of this checkpoint that contain full zip files so only send the Main.java file. Please upload the file via the "Submit Assignment" tab on this page to upload it to Canvas for grading.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started