Critical part of any system in this lesson a graphical user


User interfaces are a critical part of any system. In this lesson, a Graphical User Interface (GUI) is created. The code generated will link the components to the action.

Assignment:
Create a Graphical User Interface that has two buttons and a textArea (See Examples 12.3 and Example 12.4).

543_Figure.jpg

Create a String array to store the following messages (Enter your name where it says YourName).

"Congratulations YourName!nYou completed the Java class. nYou learned to write Java programs with commonly usedn control structures."

"Congratulations YourName!nYou completed the Java class. nYou learned to create a Java program using classes and methods."

"Congratulations YourName!nYou completed the Java class. nYou learned to create an Applet to draw shapes using graphics nmethods."

"Congratulations YourName!nYou completed the Java class. nYou learned to develop Java program using arrays."

"Congratulations YourName!nYou completed the Java class. nYou learned to write a Java program using sorting techniques." "Congratulations YourName!nYou completed the Java class. nYou learned to code a Java program where parameters are passed." "Congratulations

YourName!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 (see page 125 or Example 3.8). 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);]

1913_Figure1.jpg

Make a screenshot of the output and include it as an attachment to the Week 8 Assignment. Also, include the program code in a

Please submit your screenshots and code ina file with your GID number.

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Critical part of any system in this lesson a graphical user
Reference No:- TGS02384206

Now Priced at $20 (50% Discount)

Recommended (94%)

Rated (4.6/5)