CMIS 102A Sticks lab Modify the Sticks.java so that: the next point is within a distance of r of the current point. Let the user specify this r value. Let the user specify the sleep value. Prevent the lines from going off the applet area. --each line is randomly colored --user specfies how often to change to a random color. Add a circle at each "joint" "bold" the lines by drawing the same line several times, each offset by 1 or 2 pixels from the original base line. x1+1 kind of stuff. It seems to work.