Hi, I need help with this Java GUI program. The instruction andcode can be found below thanks.
This GUI is the start of a simple number entry GUI class. Theprogram displays four Buttons and every time the user clicks on abutton, the corresponding button label appears on the bottom of theGUI. As a hint, you might break up the design of the GUI into twoparts: one part holds the buttons, the other holds the completedGUI. Also include a main ( ) to launch the GUI.
Add appropriate JavaDoc comments throughout your code.
package/** * don’t forget comments *//** * * @author:
OR
OR