Applets

Objective #1: Understand the differences between applications, applets, and apps as well as the platforms and developer tools that are used to create each one.

Objective #2: Create a simple hello world applet

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

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

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

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

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

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

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

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

Objective #11: Create animation in an applet.