Question: IT-162 Java 2 Homework 2: GUI Programming Apply your knowledge of GUI programming in Java. Submit the .java program via Blackboard. Java GUI Programming Play
IT-162 Java 2
Homework 2: GUI Programming
Apply your knowledge of GUI programming in Java. Submit the .java program via Blackboard.
Java GUI Programming Play with JButton Scores
Create Java project Week01GUI. Create a GUI application to add and subtract scores for the red team and the blue team. Create ScoreButton.java.
The buttons must be properly aligned on the screen as shown in the example. (20 points)
The Red Score! Button must add 1 to the red score and the Blue Score! Button must add 1 to the blue score. (10 points)
The Reset Score must zero out both scores. (10 points)
The -1 for Red must deduct 1 from the Red score. The -1 for Blue must deduct 1 from the blue score. The scores cannot go below 0. (20 points)
The program must follow proper naming conventions of this course. (10 points)
Test the program and provide a print-screen of the test results. (10 points)
Be sure to have the proper program documentation/comments. All methods must have the proper JavaDoc comments. (10 points)
Generate a JavaDoc for your Project. You do this by selecting your project folder, select Project, Generate JavaDoc. You can refresh your project to see the doc folder that contains your index.html. Select Open With, Web Browser, navigate to annotations and provide a print-screen with your submission. (10 points)
Refer to the practice exercise for tips on how to create this application.
OUTPUT
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
