6. Applet Fundamentals

In this chapter we revisit the topic of applets. The goal is to understand fully the mechanism behind applets. What happens when the applet is loaded, or when the applet is scrolled away. Why is there no main, but an init, why do you never explicitly call the paint routine?