|
Where is the class definition for A good answer might be:In the Java Abstract Windowing Toolkit (the AWT). | |
Example GUI with TextField
Here is simple program that will have a TextField. When it runs it will show the GUI at left.
The constructor for The parameter says how many characters wide the field should be.
| |
QUESTION 3:Fill in the blanks so that the GUI has a field that is 15 characters wide. Click Here after you have answered the question |