Basic Requirements Write a program that that displays a dialog box show a messag
ID: 3768853 • Letter: B
Question
Basic Requirements Write a program that that displays a dialog box show a message and a randomly chosen color. This random color is to be used as the background color of a JFrame window which should appear after “OK” is selected. The window should ask your name and thank you for playing once “Enter” is pressed. See sample output below. LiFiUnit7Ch17.java • Utilize showMessageDialog to output the message shown in the sample at the bottom. A random color should be output with each run • Upon clicking OK • Create a JFrame window o Set the background and label text color as shown in sample below o Include a label asking to enter name (see sample) o Include a textfield to get input for name (see sample) o Upon hitting “Enter” on the keyboard, output thank you message to include the name entered as per sample at bottom • Use an inner class for the listener • Mimic the same session precisely. Pay attention to colors of the window and label. 90% NOTE: Complete your activity and submit it by clicking “Submit Assignment” Total Percentage 100% Sample Your output will vary based on the random color generated. Initial dialog box Green window with Blue for label color Red window with White for label color White(ish) window with Black for label color Blue window with White for label color
Explanation / Answer
This Program is due on Date Specified.
Comments are REQUIRED; flow charts and pseudocode are NOT REQUIRED.
The files must be called as specified above, (LiFi = Your Last Initial Your First Initial) Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.
Only submit the .java files needed to make the program run. Do not submit the .class files or any other files.
Style Components Include properly formatted prologue, comments, indenting, and other style elements.
Event-Driver Programming Basics
*JFrame Class
*Java Components
*JLabel Components
JTextField Components
*Component Listeners
*Inner Classes
*JButton Components
*Dialog Boxes and JOptionPane Class
Distinguising Between Multiple Events
Using getActionCommand to Distringuish Between Multiple Events
*Color
How GUID Classes Are Group Together
Mouse Listener and Images (Optional)
Basic Requirements
Write a program that that displays a dialog box show a message and a randomly
chosen color.
This random color is to be used as the background color of a JFrame window which should appear after “OK” is selected. The window should ask your name and thank you for playing once “Enter” is pressed.
See sample output below.
LiFiUnit7Ch17.java
Utilize showMessageDialog to output the message shown in the sample at the
bottom. A random color should be output with each run
Upon clicking OK
Create a JFrame window
o Set the background and label text color as shown in sample below
o Include a label asking to enter name (see sample)
o Include a textfield to get input for name (see sample)
o Upon hitting “Enter” on the keyboard, output thank you message to
include the name entered as per sample at bottom
Use an inner class for the listener Mimic the same session precisely. Pay attention to colors of the window and
label.
Your output will vary based on the random color generated.
Initial dialog box
Green window with Blue for label color Red window with White for label color
White(ish) window with Black for label color
Blue window with White for label color
Yellow window with Black for label color
Resulting window after name “Ken” entered and “Enter” pressed on the keyboard Color of window and text should match original window/label color.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.