Exercise 4: Creating the DeskClock GUI Project
In this exercise you will create a standalone GUI project,
DeskClock
, to display the clock components.
- Open the project manager by clicking the Project button

on the Java
WorkShop main toolbar.
- Choose File -> New -> Project.
The Create Project wizard is displayed.
- 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.
- Click Standalone.
- Click Finish.
Next lesson:
- Exercise 5: Importing the Beans