Graphics
Applets are most useful if you employ graphics
Check out the package java.awt in the Java API -- lots of graphics classes there.
Remember -- you can use all the programming techniques you�ve learned so far (loops, ifs, method calls, etc. etc.) when you�re writing applets - this was just a trivial example.