|
|
燗dditional Computer Based Activities
Activity 3 - AWT test program
Write a Java applet that
creates and displays an object of each of these types
Button
Label
Choice
List
Checkbox
TextArea
TextField
The display should look something like this.
Don't change the layout
manager from the default 'flow' layout.
Resize the applet viewer's
window and watch what happens to the elements on the display.
Discussion/Suggestion
solution to Activity 3
|
|