This project is set up a bit differently from the others. Createa new Eclipse project and then download the following files and putthem into the src folder of your new Eclipse project. You candownload these files by clicking on them and selecting the Downloadbutton, saving them to a location on your local machine, and thendragging them into the project folder in Eclipse.
- SimpleClockTest.java
- ClockView.java
- SimpleClock.java
The last file – SimpleClock.java – contains yourimplementation of the SimpleClock class. You will need toprovide the code for a constructor as well as
OR
OR