This document provides an introduction to using the BlueJ IDE for developing Java applets. It discusses that Java applets must be prepared as source code, compiled into runnable form, and then viewed in a browser. The BlueJ IDE helps manage the process of preparing, compiling, and running applets. It organizes work into projects containing source code files. The document then walks through starting BlueJ, creating a sample project, compiling and running a simple "Hello World" applet project to demonstrate the basic BlueJ workflow.