Writing a Simple Applet
Write an applet that:
- when it initializes, loads an image and two sounds.
- when it starts, displays the image and emits the first sound.
- when it stops, hides the image and emits the second sound.
You can choose the image and the sounds.
(This one is really simple!)
NOTE: Java applets have been deprecated since Java 9 in 2017, and were removed from Java SE (Standard Edition) 11 (18.9), released in September 2018.
Consequently, you will most likely not be able to complete this assignment, unless you use an old version of Java, and an old browser that supports the Java plugin. I don’t think it’s worth it.
