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.
- 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.
- In the project manager, double-click on Clock.javain the Clock project.
 The source editor displays theClock.javasource code that was copied from theexamplesdirectory.
- Click the Build button  on the Java WorkShop main toolbar. 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:
Next lesson:
- Exercise 4: Creating the DeskClock GUI Project