Wyo Java Ch. GUI Java Lecture Notes

Objective #1: Create a simple hello world applet

Objective #2: Create a Web page (html file) that embeds the applet.

Objective #3: Use an applet's init, start, and paint methods.

Objective #4: Draw shapes and place text in an applet.

Objective #5: Use GUI components including JLabel, JTextField, and JButton in an applet.

Objective #6: Work with mouse inputs in an applet.

Objective #7: Work with keyboard inputs in an applet.

Objective #8: Display an image file in an applet.

Objective #9: Play an audio file in an applet.

Objective #10: Create animation in an applet.