Hello World

The common first programming assignment is to write the code to generate the statement "Hello World!" The simple applet below is a slight variation in which you can use the mouse to drag the "Hello World!" around the screen.

This simple applet illustrates simple drawing, changing fonts, colors, and listening for mouse events. The Java source code is not complex.

View Source Code