Exercise 4: Creating the DeskClock GUI Project

In this exercise you will create a standalone GUI project, DeskClock, to display the clock components.
  1. Open the project manager by clicking the Project button on the Java WorkShop main toolbar.
  2. Choose File -> New -> Project.
    The Create Project wizard is displayed.
  3. In the Create Project wizard, select untitled and type DeskClock in the project name box.
    Make sure you capitalize the "D" and "C" in DeskClock. Java is case-sensitive.
  4. Click Standalone.
  5. Click Finish.

Next lesson:

Exercise 5: Importing the Beans