Assignment
Homework 7 : This homework must be completed independently and in your own variables naming
Completion requirements
Write an AWT GUI application
(called AWT1) as shown in the Figure. Each
time the "Count" button is clicked, the counter value shall increase
by 1.
The program has three components:
- a java.awt.Label "Counter";
- a non-editable java.awt.TextField to display the counter value
- a java.awt.Button "Count".