Today's agenda:
Go to the download directory on nike, and download the lab2 folder to your desktop.
EXERCISE 1 -- Welcome to ChecksWorld!!!
What picture does ChecksSimple.java produce?
Run the project to see the answer.
Task 1 -- Drawing a pattern using Methods
Rewrite ChecksSimple.java using a method (modify the code in ChecksMethod.java).
Do not change ChecksSimple.java.To run the new code, place the file ChecksMethod.html first in Link Order in the project window.
Task 2 -- Drawing a checkerboard using Methods
Modify the Checksboard.java file in the lab3_programs folder to solve the problem. Move the file Checksboard.html to the top of Link Order to run the code.
Task 3 -- Drawing a more complex checkerboard (using more Methods...). Write your code in the file BigChecksboard.java. Don't forget to move the file BigChecksboard.html to the top of Link Order.
Modify BigChecksboard.java to solve the problem: