EECS2030 Practice Test 2
Version D
GETTING STARTED
- Start eclipse.
-
Download this project file.
- Import the test project by doing the following:
- Under the
File menu choose
Import...
- Under
General choose
Existing Projects into Workspace
and press
Next
- Click the
Select archive file radio button, and click the
Browse... button.
- Navigate to your home directory (the file chooser is probably in the workspace directory).
- Select the file
Practice2D.zip and click
OK
- Click
Finish.
- All of the files you need for this test should now appear in eclipse.
Problem
Implement the class
that is documented here.
Resources
Solution
SOLUTION