Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Java Ex Program 3 Create a screen that contains your name, major and favorite color, all on separate lines in that order The final output
Java Ex Program 3 Create a screen that contains your name, major and favorite color, all on separate lines in that order The final output should look similar to this Text Effects Computer Science Pink IUK Make the following changes Change the dimensions of the scene to 400 X 500 Add a perspective for major . . o Change the Uppeleft to 20.0, 20.0 and the LowerBight to 230.0, 80.0 o Adjust the width of the rectangle to 400 and the height to 120 o Alter the text location to 50, 80 o Make the rectangle orange and the text brown o Change the font to size 42 to name o The text should be LIGHTBLUE, while the shadow should be NAVY o Change the font to size 50 o Increase the offset of the shadow to 6.0, 6.0 o Move the text over 150 pixels on the x axis e reflection to favorite color o Change the color of the text to reflect your favorite color o Change the font to size 60 o Change the reflection to a full reflection o Move the text over 50 pixels on the x axis with no adjustment on the y axis
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