Question
Asked by:
$5.00 Needing help with a small Java GUI program
- From Computer-Science: Object-Oriented-Programming
- Closed, but you can still post tutorials
- Due on Nov. 01, 2009
- Asked on Oct 29, 2009 at 11:08:42PM
Q:I am wanting to use only java swing components for this.
Create a small Java GUI application (not an applet). Put a text field and 2 buttons on a Frame or JFrame. Clicking one button should display a message in the text field. Clicking the other button should exit the application. Make sure the program is documented appropriately.
I am new to GUI so please keep this as simple as possible so I can gain an understanding. Thanks.



