so im trying to learn the basics of java from a book called learn java in 21 days i got the free pdf and im stuck on this code

1: import java.awt.Graphics;
2:
3: class HelloWorldApplet extends...