The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 2 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
Please help with this java program.
Program 4-5
|
The files must be called <LiFiUnit7Ch17.java> 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. |
5% |
|
Style Components Include properly formatted prologue, comments, indenting, and other style elements as shown in Chapter 2 starting page 64 and Appendix 5 page 881-892. |
5% |
|
Topics covered in chapter Topics with * are covered in this assignment. Ensure you use every item listed below in your completed assignment. Event-Driver Programming Basics *JFrame Class JTextField Components 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 as shown below. This dialog should be created with showMessageDialog. |
This random color is to be used as the background color of a JFrame window which should appear after “OK” is selected.
See sample output below.
|
LiFiUnit7Ch17.java
o Set the background color to a random color passed to the constructor as shown in sample below color chosen from Red, White, Yellow, Green, and Blue.
|
90% |
|
NOTE: Complete your activity and submit it by clicking “Submit Assignment” |
|
|
Total Percentage |
100% |
|
|
Unit 7 Chapter 17 AssignmentGrading Information:This Program isdueonDate Specified.Comments areREQUIRED; flow charts and pseudocode areNOT REQUIRED.DirectionsPointsThe files must be called <LiFiUnit7Ch17.java>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 capitalletter and the first letter of each additional word start with a capital letter.Only submit the .javafiles needed to make the program run. Do not submit the.classfiles or any other files.5%Style ComponentsInclude properly formatted prologue, comments, indenting, and other style elementsas shown in Chapter 2 starting page 64 and Appendix 5 page 881-892.5%Topics covered in chapterTopics with * are covered in this assignment.Event-Driver Programming Basics*JFrame Class*Java Components*JLabel ComponentsJTextField Components*Component Listeners*Inner Classes*JButton Components*Dialog Boxes and JOptionPane ClassDistinguising Between Multiple EventsUsing getActionCommand to Distringuish Between Multiple Events*ColorHow GUID Classes Are Group TogetherMouse Listener and Images (Optional)Basic RequirementsWrite a program that that displays a dialog box show a message and a randomlychosen color.This random color is to be used as the background color of a JFrame window which
Attachments:
-----------