Description: For this assignment, you will modify and extend your PA1 CS11Turtle programming assignment. You will create multiple turtles (in separate threads) to draw the letters and numbers in parallel. A primer on Java threading can be found here: http://www.javaworld.com/javaworld/jw-06- 2012/120626-modern-threading.html Copy your pa1 single-threaded turtle graphics program to your new pa8 directory. First, you will change the class CS11Turtle to CS11Turtle_Threaded. You will have to change the filename (you just did this with the cp above), class name, constructor name, and all the other places CS11Turtle shows up in your program. You will add (implement) the Runnable interface to your class.
Files to be collected:
?README
?turtleClasses.jar
?CS11Turtle_Threaded.java
To Search:
File list (Check if you may need any files):
CS11Turtle_Threaded.java
turtleClasses.jar