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, 3 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
Hello,Â
Can you please assist me with the below assignment? Â The program needs to be written in Java.Â
Â
Assignment:
Create a Graphical User Interface that has two buttons and a textArea.
Â
Create a String array to store the following messages.
"Congratulations Dante!nYou completed the Java class. nYou learned to write Java programs with commonly usedn control structures."
"Congratulations Dante!nYou completed the Java class. nYou learned to create a Java program using classes and methods."
"Congratulations Dante!nYou completed the Java class. nYou learned to create an Applet to draw shapes using graphics nmethods."
"Congratulations Dante!nYou completed the Java class. nYou learned to develop Java program using arrays."
"Congratulations Dante!nYou completed the Java class. nYou learned to write a Java program using sorting techniques."
"Congratulations Dante!nYou completed the Java class. nYou learned to code a Java program where parameters are passed."
"Congratulations Dante!nYou completed the Java class. nYou learned to identify and correct program errors."
To determine which message is displayed, you will use a random number between 0 and 6.
The random number will determine the index of the array message to display in the JTextArea.
When the clear button is pressed, the JTextArea message is equal to “This is where it will display what I learned. nMessage Displayed Here.“
Â
The layout style will be a FlowLayout. Set the size of display screen to 400 by 200 [setSize(400, 200);]
Â
Please provide the Code as well as a  screenshot of the output. Also, include the program code in a text file to run on another computer. Please comments to the code.Â
Â
-----------