Exercise 3: Building the Project

This exercise explains how to build the Clock project. If you haven't yet created the Clock project, you should do so now using the steps in Creating the Clock Project.
  1. Check the Java WorkShop Project Manager window for the name of the current project.
    If the current project is not Clock, double-click on the Clock project name.
  2. In the project manager, double-click on Clock.java in the Clock project.
    The source editor displays the Clock.java source code that was copied from the examples directory.
  3. Click the Build button on the Java WorkShop main toolbar.
    Watch the Build tab (below the source editor) as Java WorkShop builds your project. The status message "Done" appears in the Build tab when your sources are finished building and compiling.

Next lesson:

Exercise 4: Creating the DeskClock GUI Project