Java Programming with JavaTools

JavaTools is a set of Java definitions constructed to simplify the task of learning to program in Java. It provides methods for drawing and event handling intended to simplify the process or writing simple, interactive applets. For each lab that involves writing Java code, we will provide a "starter" folder containing:

During each lab, you will make modifications to the ".java" file and test their behavior using the "Run" item in the Metrowerks "Project" menu. When you are happy with the behavior of your applet, you will include it in an appropriate page on your web site using the APPLET tag.

  • The APPLET Tag
  • The Context of an Applet
  • Drawing Methods and the "pen"
  • Methods for Handling Events
  • Interface Components
  • Images